Share via


COutputQueue::IsQueued

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

Requirements

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

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

See Also