Commit 912cd6c4 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Added IDXGISurface1 definition.

parent f3dcf19b
......@@ -227,6 +227,22 @@ interface IDXGISurface : IDXGIDeviceSubObject
[
object,
local,
uuid(4ae63092-6327-4c1b-80ae-bfe12ea32b86)
]
interface IDXGISurface1 : IDXGISurface
{
HRESULT GetDC(
[in] BOOL discard,
[out] HDC *hdc
);
HRESULT ReleaseDC(
[in] RECT *dirty_rect
);
}
[
object,
local,
uuid(ae02eedb-c735-4690-8d52-5a8dc20213aa)
]
interface IDXGIOutput : IDXGIObject
......
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