ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStream Class / UnlockRegion Method

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