Share via


CCmdQueue::Remove

 
Microsoft DirectShow 9.0

CCmdQueue::Remove

The Remove method removes the CDeferredCommand object from the queue.

Syntax

  virtual HRESULT Remove(
    CDeferredCommand *pCmd
);

Parameters

pCmd

Pointer to the CDeferredCommand object to remove from the queue.

Return Value

Returns VFW_E_NOT_FOUND if the object is not found in the queue. Otherwise, returns S_OK.

Requirements

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

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

See Also