XLL+ Class Library (7.0)

xlpshared.h

Overview

xlpshared.h contain classes that allow you to safely share data between threads.

Classes

Class Description
CXlLockable An object that can be locked by one thread to exclude other threads until it is unlocked.
CXlLock represents a lock applied to a CXlLockable object.

See Also

Ensuring global data is thread-safe