IVirtualSurfaceImageSourceNative::GetUpdateRects 方法 (windows.ui.xaml.media.dxinterop.h)
取得必須在共用介面上更新的區域集。
語法
HRESULT GetUpdateRects(
[in] RECT *updates,
[out] DWORD count
);
參數
[in] updates
必須更新的區域數目。 您可以呼叫 GetUpdateRectCount 來取得此專案。
[out] count
接收必須更新的區域清單。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8.1 [僅限 UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [僅限 UWP 應用程式] |
目標平台 | Windows |
標頭 | windows.ui.xaml.media.dxinterop.h |
Dll | Windows.UI.Xaml.dll |