MemBuffer::isLocked Method

This method returns true, if the buffer is locked.
Syntax:
bool isLocked();
Return value:

true, if the buffer is locked, false otherwise.

See also: MemBuffer, MemBuffer::lock, MemBuffer::unlock, MemBuffer::forceUnlock, MemBuffer::getWasLockedFlag

<< MemBuffer