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
86240453
Commit
86240453
authored
Jan 03, 1999
by
Rein Klazes
Committed by
Alexandre Julliard
Jan 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add interface ID's for upcoming ITypeLib implementation.
parent
8640716a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
interfaces.h
include/interfaces.h
+20
-0
No files found.
include/interfaces.h
View file @
86240453
...
...
@@ -25,6 +25,26 @@ DEFINE_OLEGUID(IID_IRootStorage,0x12,0,0);
DEFINE_OLEGUID
(
IID_IMessageFilter
,
0x16
,
0
,
0
);
DEFINE_OLEGUID
(
IID_IStdMarshalInfo
,
0x18
,
0
,
0
);
DEFINE_OLEGUID
(
IID_IDispatch
,
0x00020400
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeInfo
,
0x00020401
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeLib
,
0x00020402
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeComp
,
0x00020403
,
0
,
0
);
DEFINE_OLEGUID
(
IID_IEnumVariant
,
0x00020404
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ICreateTypeInfo
,
0x00020405
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ICreateTypeLib
,
0x00020406
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ICreateTypeInfo2
,
0x0002040E
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ICreateTypeLib2
,
0x0002040F
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeChangeEvents
,
0x00020410
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeLib2
,
0x00020411
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeInfo2
,
0x00020412
,
0
,
0
);
DEFINE_GUID
(
IID_IErrorInfo
,
0x1CF2B120
,
0x547D
,
0x101B
,
0x8E
,
0x65
,
0x08
,
0x00
,
0x2B
,
0x2B
,
0xD1
,
0x19
);
DEFINE_GUID
(
IID_ICreateErrorInfo
,
0x22F03340
,
0x547D
,
0x101B
,
0x8E
,
0x65
,
0x08
,
0x00
,
0x2B
,
0x2B
,
0xD1
,
0x19
);
DEFINE_GUID
(
IID_ISupportErrorInfo
,
0xDF0B3D60
,
0x547D
,
0x101B
,
0x8E
,
0x65
,
0x08
,
0x00
,
0x2B
,
0x2B
,
0xD1
,
0x19
);
#include "objbase.h"
#define THIS LPCLASSFACTORY this
...
...
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