Share via


COutputQueue::m_hEventPop

 
Microsoft DirectShow 9.0

COutputQueue::m_hEventPop

Optional event that is signaled whenever the object removes a sample from the queue. The value is initially NULL. Call the COutputQueue::SetPopEvent method to specify an event handle.

Syntax

  HANDLE m_hEventPop;

Requirements

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

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

See Also