CAMSchedule::GetEvent

 
Microsoft DirectShow 9.0

CAMSchedule::GetEvent

The GetEvent method retrieves an event handle, which is used to signal a change in the next advise time.

Syntax

  HANDLE GetEvent(void);

Return Value

Returns a handle to an event.

Remarks

If the next advise time changes—in other words, if a new advise request is added to the front of the list—the scheduler signals this event. The clock should call the CAMSchedule::Advise method to determine the next advise time.

Requirements

**  Header:** Declared in Dsschedule.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also