Share via


CCmdQueue::Insert

 
Microsoft DirectShow 9.0

CCmdQueue::Insert

The Insert method adds the CDeferredCommand object to the queue.

Syntax

  virtual HRESULT Insert(
    CDeferredCommand *pCmd
);

Parameters

pCmd

Pointer to the CDeferredCommand object to add to the queue.

Return Value

Returns S_OK in the default implementation.

Requirements

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

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

See Also