In The Hand - .NET Components for Mobility
UnlockRegion Method (libOffset, cb, dwLockType)
NamespacesInTheHand.Runtime.InteropServices.ComTypesIStreamUnlockRegion(Int64, Int64, Int32)
Removes the access restriction on a range of bytes previously restricted with the LockRegion(Int64, Int64, Int32) method.
Declaration Syntax
C#Visual Basic
void UnlockRegion(
	long libOffset,
	long cb,
	int dwLockType
)
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.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0