ComponentOne Bitmap for UWP
UnlockRegion Method (ComStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > ComStream Class : UnlockRegion Method
HRESULT IStream::UnlockRegion([In] ULARGE_INTEGER libOffset,[In] ULARGE_INTEGER cb,[In] LOCKTYPE dwLockType)
Syntax
'Declaration
 
Public Sub UnlockRegion( _
   ByVal libOffset As System.Long, _
   ByVal cb As System.Long, _
   ByVal dwLockType As LockType _
) 
public void UnlockRegion( 
   System.long libOffset,
   System.long cb,
   LockType dwLockType
)

Parameters

libOffset
cb
dwLockType
See Also

Reference

ComStream Class
ComStream Members