TStreamAdapter.UnlockRegion
Unlock a region of the stream
Declaration
Source position: classesh.inc line 1331
public 
  function UnlockRegion(libOffset: LargeUint; cb: LargeUint; 
                       dwLockType: DWORD) : HRESULT;  Virtual;
Description
UnLockRegion implements #rtl.types.IStream.UnLockRegion .
Errors
This function must be overridden and will raise a runerror 217 when called directly.
See also
| Name | Description | 
|---|---|
| #rtl.types.IStream.UnLockRegion | Unlocks a previously locked region of bytes in the stream |