iddCxSwapChainGetMoveRegions 函式 (iddcx.h)
當驅動程式想要擷取目前框架的行動區域時,驅動程式會呼叫OS回呼函式。
語法
HRESULT IddCxSwapChainGetMoveRegions(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_GETMOVEREGIONS *pInArgs,
[out] IDARG_OUT_GETMOVEREGIONS *pOutArgs
);
參數
[in] SwapChainObject
正在查詢目前畫面格的交換鏈結物件。
[in] pInArgs
函式的輸入自變數。
[out] pOutArgs
函式的輸出自變數。
傳回值
(NTSTATUS) 如果作業成功,此方法會傳回STATUS_SUCCESS。 否則,此方法可能會傳回適當的 NTSTATUS 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 |
最低支援的伺服器 | Windows Server 2016 |
目標平台 | Windows |
標頭 | iddcx.h |
程式庫 | IddCxStub.lib |
Dll | IddCx.dll |
IRQL | Must_inspect_result |