Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Constructs a CAMEvent object.
Syntax
CAMEvent(
BOOL fManualReset = FALSE
);
Parameters
fManualReset
If this value is FALSE, the event is reset when the CAMEvent::Wait member function completes.If this parameter is TRUE, you can set the event by calling the CAMEvent::Set member function and then reset it by calling the CAMEvent::Reset member function.
Return Value
None.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |