Microsoft DirectX 9.0 |
The TriggerThread method wakes up the worker thread that handles scheduling.
Syntax
void TriggerThread(void);
Return Value
No return value.
Remarks
The clock uses a worker thread that calls the CAMSchedule::Advise method at appropriate times. The derived class can call TriggerThread to wake up the thread.
See Also