CComCritSecLock::Unlock
Call this method to unlock the critical section object.
Syntax
void Unlock( ) throw( );
Remarks
If the object is already unlocked, an ASSERT error will occur in debug builds.
Requirements
Header: atlbase.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Call this method to unlock the critical section object.
void Unlock( ) throw( );
If the object is already unlocked, an ASSERT error will occur in debug builds.
Header: atlbase.h