Microsoft DirectX 9.0

CAMEvent::Check

The Check method checks whether the event is set, without blocking.

Syntax

BOOL Check(void);

Remarks

Returns TRUE if the event is set, or FALSE otherwise.

Remarks

This method calls the CAMEvent::Wait method with a time-out of zero. If the object is an auto-reset event, this method resets the event.

See Also