UCOMIStream.UnlockRegion(Int64, Int64, Int32) Method

Definition

Removes the access restriction on a range of bytes previously restricted with LockRegion(Int64, Int64, Int32).

C#
public void UnlockRegion(long libOffset, long cb, int dwLockType);

Parameters

libOffset
Int64

The byte offset for the beginning of the range.

cb
Int64

The length, in bytes, of the range to restrict.

dwLockType
Int32

The access restrictions previously placed on the range.

Remarks

For more information, please see the existing documentation for IStream::UnlockRegion in the MSDN library.

Applies to

Tuote Versiot
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1