Share via


IDeferredCommand::Postpone

 
Microsoft DirectShow 9.0

IDeferredCommand::Postpone

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.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also