Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
69b32d71
Commit
69b32d71
authored
Oct 17, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi: Add the IDXGIDeviceSubObject interface.
parent
40b9eab4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
dxgi.idl
include/dxgi.idl
+13
-0
No files found.
include/dxgi.idl
View file @
69b32d71
...
...
@@ -44,3 +44,16 @@ interface IDXGIObject : IUnknown
[
out
]
void
**
parent
)
;
}
[
object
,
local
,
uuid
(
3
d3e0379
-
f9de
-
4
d58
-
bb6c
-
18
d62992f1a6
)
]
interface
IDXGIDeviceSubObject
:
IDXGIObject
{
HRESULT
GetDevice
(
[
in
]
REFIID
riid
,
[
out
]
void
**
device
)
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment