Udostępnij za pośrednictwem


CComCritSecLock::Unlock

Call this method to unlock the critical section object.

void Unlock( ) throw( );

Remarks

If the object is already unlocked, an ASSERT error will occur in debug builds.

Requirements

Header: atlbase.h

See Also

Reference

CComCritSecLock Class

CComCritSecLock::Lock

Other Resources

CComCritSecLock Members