[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Lock a region of the stream
Source position: classesh.inc line 1071
public function TStreamAdapter.LockRegion( |
libOffset: LargeUint; |
cb: LargeUint; |
dwLockType: LongInt |
):HRESULT; virtual; |
LockRegion implements #rtl.types.IStream.LockRegion.
This function must be overridden and will raise a runerror 217 when called directly.
|
Lock a region of bytes in the stream |