Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
0ef65382
Commit
0ef65382
authored
22 years ago
by
John K. Hohm
Committed by
Alexandre Julliard
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos; added standard CATID_'s.
parent
cfa6f09d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/wine/obj_comcat.h
+23
-2
23 additions, 2 deletions
include/wine/obj_comcat.h
with
23 additions
and
2 deletions
include/wine/obj_comcat.h
+
23
−
2
View file @
0ef65382
...
...
@@ -41,6 +41,27 @@ typedef struct tagCATEGORYINFO {
OLECHAR
szDescription
[
128
];
/* description of the category */
}
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
*/
...
...
@@ -94,8 +115,8 @@ ICOM_DEFINE(ICatInformation,IUnknown)
#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_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_EnumReqCategoriesOfClass(p,a,b) ICOM_CALL2(EnumReqCategoriesOfClass
(
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)
#endif
/*****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment