[]
        
(Showing Draft Content)

C1.Util.DX.Storage.IStream.LockRegion

LockRegion Method

LockRegion(long, long, LockType)

Restricts access to a specified range of bytes in the stream.

Declaration
void LockRegion(long offset, long numberOfBytesToLock, LockType dwLockType)
Parameters
Type Name Description
long offset

The offset.

long numberOfBytesToLock

The number of bytes to lock.

LockType dwLockType

Type of the dw lock.