ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / IStream Interface / UnlockRegion Method
The offset.
The number of bytes to lock.
Type of the dw lock.

In This Topic
    UnlockRegion Method (IStream)
    In This Topic
    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