Share via


CAMEvent::CAMEvent (Compact 2013)

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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CAMEvent Class