Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides methods for locking and unlocking a critical section object.
template<
class TLock
> class CComCritSecLock
Parameters
- TLock
The object to be locked and unlocked.
Remarks
Use this class to lock and unlock objects in a safer way than with the CComCriticalSection Class or CComAutoCriticalSection Class.
Requirements
Header: atlbase.h