This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub UnlockRegion ( _ ByVal libOffset As _ULARGE_INTEGER, _ ByVal cb As _ULARGE_INTEGER, _ ByVal dwLockType As Integer _ )
[C#] public void UnlockRegion ( _ULARGE_INTEGER libOffset, _ULARGE_INTEGER cb, uint dwLockType );
[C++]
HRESULT UnlockRegion(
_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
Unsigned long dwLockType
);
[C++] Parameters libOffset [in]
libOffset is a parameter of type _ULARGE_INTEGER cb [in]
cb is a parameter of type _ULARGE_INTEGER dwLockType [in]
dwLockType is a parameter of type unsigned long
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.