Microsoft DirectX 9.0 |
The GetDueHandle method retrieves the event handle to be signaled.
Syntax
HANDLE GetDueHandle(void);
Return Value
Returns the event handle.
Remarks
Return the event handle whenever there are deferred commands that are due for execution (when CCmdQueue::GetDueCommand will not block).
See Also