IInertiaProcessor::CompleteTime 方法 (manipulations.h)
在指定的刻度完成目前的操作、停止慣性處理器上的慣性,並引發 ManipulationCompleted 事件。
語法
HRESULT CompleteTime(
[in] DWORD timestamp
);
參數
[in] timestamp
參數,包含時間戳記 (,以毫秒為單位) 處理。
傳回值
傳回成功 時S_OK ,否則會傳回錯誤碼,例如 E_FAIL。
備註
CompleteTime方法會在_IManipulationEvents介面實作上引發ManipulationCompleted事件。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | manipulations.h (包括 Manipulations.h) |