Microsoft DirectX 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.

See Also