[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'types' (#rtl)

IStream.LockRegion

Lock a region of bytes in the stream

Declaration

Source position: types.pp line 277

function IStream.LockRegion(

  libOffset: Largeint;

  cb: Largeint;

  dwLockType: LongInt

):HRESULT;

Description

LockRegion locks a region of the storage, starting at libOffset, for cbCount bytes. The applied lock is of type dwLockType. The function returns zero if the lock was succesfully applied.

Errors

On error, a nonzero exit code is returned.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.