Share via


CCritSec::Unlock

Releases the lock on the object acquired by calling the CCritSec::Lock member function.

void Unlock( );

Return Values

No return value.

Remarks

You must call the CCritSec::Unlock member function once for each call to Lock.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.