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