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 |