Commit c7b8e799 authored by Philip Rebohle's avatar Philip Rebohle Committed by Alexandre Julliard

include: Add IDXGIFactory7.

parent d788ab4c
......@@ -119,3 +119,20 @@ interface IDXGIFactory6 : IDXGIFactory5
[out] void **adapter
);
}
[
object,
uuid(a4966eed-76db-44da-84c1-ee9a7afb20a8),
local,
pointer_default(unique)
]
interface IDXGIFactory7 : IDXGIFactory6
{
HRESULT RegisterAdaptersChangedEvent(
[in] HANDLE event,
[out] DWORD *cookie
);
HRESULT UnregisterAdaptersChangedEvent(
[in] DWORD cookie
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment