IDirectManipulationCompositor::SetUpdateManager method (directmanipulation.h)

Sets the update manager used to send compositor updates to Direct Manipulation.

Syntax

HRESULT SetUpdateManager(
  [in] IDirectManipulationUpdateManager *updateManager
);

Parameters

[in] updateManager

The update manager.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Retrieve updateManager by calling GetUpdateManager.

Call this method during Direct Manipulation initialization to connect the compositor to the update manager.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

IDirectManipulationCompositor