IStream.LockRegion Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Restricts access to a specified range of bytes in the stream.
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 of the range, in bytes, to restrict.
- dwLockType
- Type: System.Int32
The requested restrictions on accessing the range.
Show: