dxgi: Add the IDXGIDeviceSubObject interface.

oldstable
Henri Verbeet 2008-10-17 09:54:55 +02:00 committed by Alexandre Julliard
parent 40b9eab409
commit 69b32d71d6
1 changed files with 13 additions and 0 deletions

View File

@ -44,3 +44,16 @@ interface IDXGIObject : IUnknown
[out] void **parent
);
}
[
object,
local,
uuid(3d3e0379-f9de-4d58-bb6c-18d62992f1a6)
]
interface IDXGIDeviceSubObject : IDXGIObject
{
HRESULT GetDevice(
[in] REFIID riid,
[out] void **device
);
}