Microsoft DirectX 8.1 (C++) |
The Unlock method unlocks the critical section object.
Syntax
void Unlock(void);
Remarks
This method calls the Microsoft� Win32� LeaveCriticalSection method. Call this method once for each call to the CCritSec::Lock method.
See Also