IRWMutex.CreateWriteLock

Syntax

CreateWriteLock: ILock;

Description

The CreateWriteLock method creates an object that controls data write locking.

Comments

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

See also:

IRWMutex