Microsoft DirectX 9.0

CDeferredCommand::Postpone

The Postpone method specifies a new presentation time for a previously queued command.

Syntax

HRESULT Postpone(
    REFTIME newtime
);

Parameters

newtime

New presentation time.

Return Value

Returns VFW_E_TIME_ALREADY_PASSED if newtime is already passed. Otherwise, returns an HRESULT resulting from a call to CCmdQueue::Remove (when extracting from the list) or CCmdQueue::Insert (when reinserting with the changed time).

Remarks

This member function implements the IDeferredCommand::Postpone method.

See Also