IStream.UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) 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(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) method.
public:
void UnlockRegion(Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER libOffset, Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER cb, System::UInt32 dwLockType);
public void UnlockRegion (Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER libOffset, Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER cb, uint dwLockType);
abstract member UnlockRegion : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * uint32 -> unit
Public Sub UnlockRegion (libOffset As _ULARGE_INTEGER, cb As _ULARGE_INTEGER, dwLockType As UInteger)
Parameters
- libOffset
- _ULARGE_INTEGER
The byte offset for the beginning of the range.
The length, in bytes, of the range to restrict.
- dwLockType
- UInt32
The access restrictions previously placed on the range.