Microsoft DirectX 9.0 |
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 changesin other words, if a new advise request is added to the front of the listthe scheduler signals this event. The clock should call the CAMSchedule::Advise method to determine the next advise time.
See Also