IStream.LockRegion(_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.
Restricts access to a specified range of bytes in the stream.
public:
void LockRegion(Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER libOffset, Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER cb, System::UInt32 dwLockType);
public void LockRegion (Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER libOffset, Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER cb, uint dwLockType);
abstract member LockRegion : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * uint32 -> unit
Public Sub LockRegion (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 of the range, in bytes, to restrict.
- dwLockType
- UInt32
The requested restrictions on accessing the range.