[Visual Basic .NET] Public Sub LockRegion ( _ ByVal libOffset As _ULARGE_INTEGER, _ ByVal cb As _ULARGE_INTEGER, _ ByVal dwLockType As Integer _ )
[C#] public void LockRegion ( _ULARGE_INTEGER libOffset, _ULARGE_INTEGER cb, uint dwLockType );
[C++]
HRESULT LockRegion(
_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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.