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
0ef65382
Commit
0ef65382
authored
May 11, 2002
by
John K. Hohm
Committed by
Alexandre Julliard
May 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos; added standard CATID_'s.
parent
cfa6f09d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
obj_comcat.h
include/wine/obj_comcat.h
+23
-2
No files found.
include/wine/obj_comcat.h
View file @
0ef65382
...
@@ -42,6 +42,27 @@ typedef struct tagCATEGORYINFO {
...
@@ -42,6 +42,27 @@ typedef struct tagCATEGORYINFO {
}
CATEGORYINFO
,
*
LPCATEGORYINFO
;
}
CATEGORYINFO
,
*
LPCATEGORYINFO
;
/*****************************************************************************
/*****************************************************************************
* Category IDs
*/
DEFINE_GUID
(
CATID_Insertable
,
0x40FC6ED3
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_Control
,
0x40FC6ED4
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_Programmable
,
0x40FC6ED5
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_IsShortcut
,
0x40FC6ED6
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_NeverShowExt
,
0x40FC6ED7
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_DocObject
,
0x40FC6ED8
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_Printable
,
0x40FC6ED9
,
0x2438
,
0x11CF
,
0xA3
,
0xDB
,
0x08
,
0x00
,
0x36
,
0xF1
,
0x25
,
0x02
);
DEFINE_GUID
(
CATID_RequiresDataPathHost
,
0x0DE86A50
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToMoniker
,
0x0DE86A51
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToStorage
,
0x0DE86A52
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToStreamInit
,
0x0DE86A53
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToStream
,
0x0DE86A54
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToMemory
,
0x0DE86A55
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToFile
,
0x0DE86A56
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_PersistsToPropertyBag
,
0x0DE86A57
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_InternetAware
,
0x0DE86A58
,
0x2BAA
,
0x11CF
,
0xA2
,
0x29
,
0x00
,
0xAA
,
0x00
,
0x3D
,
0x73
,
0x52
);
DEFINE_GUID
(
CATID_DesignTimeUIActivatableControl
,
0xF2BB56D1
,
0xDB07
,
0x11D1
,
0xAA
,
0x6B
,
0x00
,
0x60
,
0x97
,
0xDB
,
0x95
,
0x39
);
/*****************************************************************************
* Aliases for EnumGUID
* Aliases for EnumGUID
*/
*/
#define IEnumCATID IEnumGUID
#define IEnumCATID IEnumGUID
...
@@ -94,8 +115,8 @@ ICOM_DEFINE(ICatInformation,IUnknown)
...
@@ -94,8 +115,8 @@ ICOM_DEFINE(ICatInformation,IUnknown)
#define ICatInformation_GetCategoryDesc(p,a,b,c) ICOM_CALL3(GetCategoryDesc,p,a,b,c)
#define ICatInformation_GetCategoryDesc(p,a,b,c) ICOM_CALL3(GetCategoryDesc,p,a,b,c)
#define ICatInformation_EnumClassesOfCategories(p,a,b,c,d,e) ICOM_CALL5(EnumClassesOfCategories,p,a,b,c,d,e)
#define ICatInformation_EnumClassesOfCategories(p,a,b,c,d,e) ICOM_CALL5(EnumClassesOfCategories,p,a,b,c,d,e)
#define ICatInformation_IsClassOfCategories(p,a,b,c,d,e) ICOM_CALL5(IsClassOfCategories,p,a,b,c,d,e)
#define ICatInformation_IsClassOfCategories(p,a,b,c,d,e) ICOM_CALL5(IsClassOfCategories,p,a,b,c,d,e)
#define ICatInformation_EnumImplCategoriesOfClass(p,a,b) ICOM_CALL2(EnumImplCategoriesOfClass
(
p,a,b)
#define ICatInformation_EnumImplCategoriesOfClass(p,a,b) ICOM_CALL2(EnumImplCategoriesOfClass
,
p,a,b)
#define ICatInformation_EnumReqCategoriesOfClass(p,a,b) ICOM_CALL2(EnumReqCategoriesOfClass
(
p,a,b)
#define ICatInformation_EnumReqCategoriesOfClass(p,a,b) ICOM_CALL2(EnumReqCategoriesOfClass
,
p,a,b)
#endif
#endif
/*****************************************************************************
/*****************************************************************************
...
...
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