CritCheckOut
Checks that the owner of pcCrit is not the current thread.
BOOL WINAPI CritCheckOut(
CCritSec *pcCrit);
Parameters
- pcCrit
Pointer to a CCritSec critical section.
Return Values
Returns TRUE if the current thread is not the owner of this critical section, or FALSE otherwise.
Remarks
If you call this function when DEBUG is not defined and you've included the DirectShow headers, it will always return TRUE.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.