This method releases access to the synchronization object owned by the calling thread.
The declaration of Unlock with no parameters is a pure virtual method, and must be overridden by all classes deriving from CSyncObject.
Header file: | Afxmt.h |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
virtual BOOL Unlock( ) = 0; virtual BOOL Unlock ( LONG lCount,
LPLONG lpPrevCount = NULL );