'Declaration Public Overloads Function Lock( _ ByVal rcLockRef As RectL, _ ByVal flags As BitmapLockFlags _ ) As BitmapLock
public BitmapLock Lock( RectL rcLockRef, BitmapLockFlags flags )
Parameters
- rcLockRef
The rectangle to be accessed.
- flags
The access mode you wish to obtain for the lock. This is a bitwise combination of BitmapLockFlags for read, write, or read and write access.
Value Meaning The read access lock.
The write access lock.
?
Return Value
A reference that receives the locked memory location.