Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Updates Direct Manipulation at the current time.
Syntax
HRESULT Update(
[in, optional] IDirectManipulationFrameInfoProvider *frameInfo
);
Parameters
[in, optional] frameInfo
The frame info provider used to predict the position of the content and compensate for latency during composition.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the application provides its own implementation of IDirectManipulationCompositor, this implementation should call Update whenever there is a compositor update. Frame timing information can be provided to Direct Manipulation through the IDirectManipulationFrameInfoProvider interface.
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 |