CritCheckOut (Compact 2013)
3/26/2014
This function checks that the owner of pcCrit is not the current thread.
Syntax
BOOL WINAPI CritCheckOut(
CCritSec* pcCrit
);
Parameters
- pcCrit
Pointer to a CCritSec critical section.
Return Value
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 have included the DirectShow headers, it will always return TRUE.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |