ltmmMemory.LockBuffer Method
object.LockBuffer |
Remarks
Locks the object�s buffer by calling Lock() on the object�s critical section.
Call ltmmMemory.Unlock to unlock the buffer when it is no longer being used. Each call to ltmmMemory.LockBuffer or ltmmMemory.LockRegion should have a corresponding call to ltmmMemory.Unlock.
See Also