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

See Also