This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.LockRegion Method (ArcObjects .NET 10.4 SDK) |
[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
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.