IDirectManipulationCompositor::SetUpdateManager 方法 (directmanipulation.h)
设置用于将合成器更新发送到 直接操作的更新管理器。
语法
HRESULT SetUpdateManager(
[in] IDirectManipulationUpdateManager *updateManager
);
参数
[in] updateManager
返回值
如果方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
备注
通过调用 GetUpdateManager 检索 updateManager。
在 直接操作 初始化期间调用此方法,将合成器连接到 更新管理器。
要求
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | directmanipulation.h |