IStream.UnlockRegion Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the access restriction on a range of bytes previously restricted with the LockRegion method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- libOffset
- Type: System.Int64
The byte offset for the beginning of the range.
- cb
- Type: System.Int64
The length, in bytes, of the range to restrict.
- dwLockType
- Type: System.Int32
The access restrictions previously placed on the range.
Show: