IDirectManipulationUpdateManager interface (directmanipulation.h)

Manages how compositor updates are sent to Direct Manipulation.

This interface enables the compositor to trigger an update on Direct Manipulation whenever there is a compositor update. The application should not call the methods of this interface directly.

Inheritance

The IDirectManipulationUpdateManager interface inherits from the IUnknown interface. IDirectManipulationUpdateManager also has these types of members:

Methods

The IDirectManipulationUpdateManager interface has these methods.

 
IDirectManipulationUpdateManager::RegisterWaitHandleCallback

Registers a callback that is triggered by a handle.
IDirectManipulationUpdateManager::UnregisterWaitHandleCallback

Deregisters a callback.
IDirectManipulationUpdateManager::Update

Updates Direct Manipulation at the current time.

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

Direct Manipulation Interfaces