| Microsoft DirectX 8.1 (C++) | 
The Postpone method specifies a new invocation time for the command.
Syntax
HRESULT Postpone(
  REFTIME newtime
);
Parameters
newtime
New time at which to invoke the command.
Return Values
Returns an HRESULT value. Possible values include the following.
| Return code | Description | 
| S_OK | Success. | 
| VFW_E_TIME_ALREADY_PASSED | The specified time has already passed. | 
See Also