Share via


COutputQueue::SetPopEvent

 
Microsoft DirectShow 9.0

COutputQueue::SetPopEvent

The SetPopEvent method specifies an event that is signalled whenever the object removes a sample from the queue.

Syntax

  void COutputQueue::SetPopEvent(
    HANDLE hEvent
);

Parameters

hEvent

Handle to an event created by the caller.

Requirements

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

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

See Also