Microsoft DirectX 9.0

CCritSec::Unlock

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