IStream.UnlockRegion(Int64, Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the access restriction on a range of bytes previously restricted with the LockRegion(Int64, Int64, Int32) method.
public:
void UnlockRegion(long libOffset, long cb, int dwLockType);
public void UnlockRegion (long libOffset, long cb, int dwLockType);
abstract member UnlockRegion : int64 * int64 * int -> unit
Public Sub UnlockRegion (libOffset As Long, cb As Long, dwLockType As Integer)
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, see the existing documentation for IStream::UnlockRegion.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.