This document is archived and information here might be outdated.  Recommended version.


IStream.UnlockRegion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.UnlockRegion Method
ArcGIS Developer Help

IStream.UnlockRegion Method

[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

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.

See Also

IStream Interface