IInertiaProcessor::Process method (Windows)

Switch View :
ScriptFree
IInertiaProcessor::Process method

Applies to: desktop apps only

The Process method performs calculations 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 Process(
  [out]  BOOL *completed
);

Parameters

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
ProcessTime

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012