IRWMutex.CreateReadLock

Syntax

CreateReadLock: ILock;

Description

The CreateReadLock method creates an object that controls data read locking.

Comments

On creating an object, data read locking is automatically enabled. To disable locking, execute the ILock.Unlock method and reset the corresponding variable to zero.

See also:

IRWMutex