MemBuffer::unlock Method |
||
This method decrements the lock count by 1. | ||
Syntax: | void unlock(); |
|
Remarks: | The buffer is locked, if the lock count is greater than 0. If the lock count is 0, this method has no effect. |
|
See also: | MemBuffer, MemBuffer::lock, MemBuffer::forceUnlock, MemBuffer::isLocked, MemBuffer::getWasLockedFlag |