Share via


CCmdQueue::GetDueHandle

 
Microsoft DirectShow 9.0

CCmdQueue::GetDueHandle

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).

Requirements

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

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

See Also