Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
d77c7d10
Commit
d77c7d10
authored
May 31, 2010
by
Mariusz Pluciński
Committed by
Alexandre Julliard
Jun 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gameux: Add declaration of IGameExplorer2 interface.
parent
10a5414a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
gameux.idl
include/gameux.idl
+20
-0
No files found.
include/gameux.idl
View file @
d77c7d10
...
...
@@ -138,6 +138,26 @@ library gameuxLib
}
;
[
object
,
uuid
(
86874
AA7
-
A1ED
-
450
d
-
A7EB
-
B89E20B2FFF3
)
]
interface
IGameExplorer2
:
IUnknown
{
HRESULT
InstallGame
(
[
string
,
in
]
LPCWSTR
binaryGDFPath
,
[
unique
,
in
]
LPCWSTR
installDirectory
,
[
in
]
GAME_INSTALL_SCOPE
installScope
)
;
HRESULT
UninstallGame
(
[
string
,
in
]
LPCWSTR
binaryGDFPath
)
;
HRESULT
CheckAccess
(
[
string
,
in
]
LPCWSTR
binaryGDFPath
,
[
retval
,
out
]
BOOL
*
pHasAccess
)
;
}
[
uuid
(
9
A5EA990
-
3034
-
4
D6F
-
9128
-
01
F3C61022BC
)
]
coclass
GameExplorer
...
...
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