Call this member function to release access to the synchronization object owned by the calling thread.
The declaration of Unlock with no parameters is a pure virtual function, and must be overridden by all classes deriving from CSyncObject.
virtual BOOL Unlock( ) = 0;
virtual BOOL Unlock( LONG lCount, LPLONG lpPrevCount = NULL );
Header file: | Afxmt.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CSyncObject Overview, CSyncObject Member Functions, Synchronization Classes