XLL+ Class Library (7.0)

CXlLock Methods

The methods of the CXlLock class are listed here.

Construction

public method CXlLock Constructs a CXlLock object and optionally locks the target CXlLockable object

Public methods

public method IsLocked Returns whether the lock has been applied
public method Lock Locks a shared object
public method Unlock Unlocks a shared object

Requirements

Header: xlpshared.h

See Also

CXlLock Class | xlpshared.h | Ensuring global data is thread-safe | CXlLockable