IInertiaProcessor::ProcessTime method (Windows)

Switch View :
ScriptFree
IInertiaProcessor::ProcessTime method

Applies to: desktop apps only

The ProcessTime method performs calculations for the given tick and can raise the Started, Delta, or Completed event depending on whether extrapolation is completed or not. If extrapolation finished at the previous tick, the method is no-op.

Syntax

HRESULT ProcessTime(
  [in]   DWORD timestamp,
  [out]  BOOL *completed
);

Parameters

timestamp [in]

A parameter that contains a timestamp (in millisecs) to process.

completed [out]

Indicates whether an operation was performed. A value of false indicates extrapolation was finished at a previous tick and the operation was a no-op.

Return value

Returns S_OK on success, otherwise returns an error code such as E_FAIL.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Manipulations.h (include Manipulations.h)

See also

IInertiaProcessor
Methods
Process

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012