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
71109b50
Commit
71109b50
authored
Dec 30, 2011
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Dec 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmcndmgr: Register MMCVersionInfo Interface.
parent
56b18f88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
mmc.idl
include/mmc.idl
+11
-2
No files found.
include/mmc.idl
View file @
71109b50
...
@@ -20,6 +20,12 @@
...
@@ -20,6 +20,12 @@
import
"basetsd.h"
;
import
"basetsd.h"
;
import
"oaidl.idl"
;
import
"oaidl.idl"
;
#
ifndef
__WIDL__
#
define
threading
(
model
)
#
define
progid
(
str
)
#
define
vi_progid
(
str
)
#
endif
[
[
uuid
(
A8D2C5FE
-
CDCB
-
4B9
D
-
BDE5
-
A27343FF54BC
),
uuid
(
A8D2C5FE
-
CDCB
-
4B9
D
-
BDE5
-
A27343FF54BC
),
]
]
...
@@ -38,8 +44,11 @@ library MMCVersionLib
...
@@ -38,8 +44,11 @@ library MMCVersionLib
importlib
(
"stdole2.tlb"
)
;
importlib
(
"stdole2.tlb"
)
;
[
[
helpstring
(
"MMCVersionInfo coclass"
),
helpstring
(
"MMCVersionInfo 1.0 Object"
),
uuid
(
D6FEDB1D
-
CF21
-
4B
D9
-
AF3B
-
C5468E9C6684
)
uuid
(
D6FEDB1D
-
CF21
-
4B
D9
-
AF3B
-
C5468E9C6684
),
threading
(
apartment
),
progid
(
"NODEMGR.MMCVersionInfo.1"
),
vi_progid
(
"NODEMGR.MMCVersionInfo"
)
]
]
coclass
MMCVersionInfo
coclass
MMCVersionInfo
{
{
...
...
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