ComponentOne Bitmap for UWP
UnlockRegion Method (IStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > IStream Interface : UnlockRegion Method
The offset.
The number of bytes to lock.
Type of the dw lock.
Unlocks access to a specified range of bytes in the stream.
Syntax
'Declaration
 
Sub UnlockRegion( _
   ByVal offset As System.Long, _
   ByVal numberOfBytesToLock As System.Long, _
   ByVal dwLockType As LockType _
) 
void UnlockRegion( 
   System.long offset,
   System.long numberOfBytesToLock,
   LockType dwLockType
)

Parameters

offset
The offset.
numberOfBytesToLock
The number of bytes to lock.
dwLockType
Type of the dw lock.
See Also

Reference

IStream Interface
IStream Members