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
10a5414a
Commit
10a5414a
authored
May 29, 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 IGameStatisticsMgr interface.
parent
f2ad6305
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
gameux.idl
include/gameux.idl
+28
-0
No files found.
include/gameux.idl
View file @
10a5414a
...
...
@@ -39,6 +39,18 @@ library gameuxLib
GIS_ALL_USERS
=
3
}
GAME_INSTALL_SCOPE
;
typedef
enum
{
GAMESTATS_OPEN_OPENORCREATE
=
0
,
GAMESTATS_OPEN_OPENONLY
=
1
}
GAMESTATS_OPEN_TYPE
;
typedef
enum
{
GAMESTATS_OPEN_CREATED
=
0
,
GAMESTATS_OPEN_OPENED
=
1
}
GAMESTATS_OPEN_RESULT
;
[
object
,
uuid
(
E7B2FB72
-
D728
-
49B3
-
A5F2
-
18
EBF5F1349E
)
...
...
@@ -110,6 +122,22 @@ library gameuxLib
}
;
[
object
,
uuid
(
AFF3EA11
-
E70E
-407d-95
DD
-
35
E612C41CE2
)
]
interface
IGameStatisticsMgr
:
IUnknown
{
HRESULT
GetGameStatistics
(
[
string
,
in
]
LPCWSTR
GDFBinaryPath
,
[
in
]
GAMESTATS_OPEN_TYPE
openType
,
[
out
]
GAMESTATS_OPEN_RESULT
*
pOpenResult
,
[
retval
,
out
]
IGameStatistics
**
ppiStats
)
;
HRESULT
RemoveGameStatistics
(
[
string
,
in
]
LPCWSTR
GDFBinaryPath
)
;
}
;
[
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