Microsoft DirectX 9.0

COutputQueue::IsQueued

The IsQueued method determines whether the object is using a worker thread to deliver samples.

Syntax

BOOL IsQueued(void);

Return Value

Returns TRUE if the object is using a worker thread, or FALSE otherwise.

See Also