Microsoft Windows CE 3.0  

CAMEvent::CAMEvent

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a CAMEventobject.

CAMEvent(
BOOL
fManualReset
=
FALSE
);

Parameters

fManualReset
If this value is FALSE, the event is reset when the CAMEvent::Waitmember function completes. If this parameter is TRUE, you can set the event by calling the CAMEvent::Setmember function and then reset it by calling the CAMEvent::Resetmember function.

Return Values

No return value.