| Microsoft DirectX 8.1 (C++) | 
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.
See Also