VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/cguid.h@ 33252

Last change on this file since 33252 was 16477, checked in by vboxsync, 16 years ago

LGPL disclaimer by filemuncher

  • Property svn:eol-style set to native
File size: 4.4 KB
Line 
1/*
2 * Copyright (C) 2000 Peter Hunnisett
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19/*
20 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#ifndef __CGUID_H__
29#define __CGUID_H__
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
35extern const IID GUID_NULL;
36extern const IID IID_IRpcChannel;
37extern const IID IID_IRpcStub;
38extern const IID IID_IStubManager;
39extern const IID IID_IRpcProxy;
40extern const IID IID_IProxyManager;
41extern const IID IID_IPSFactory;
42extern const IID IID_IInternalMoniker;
43extern const IID IID_IDfReserved1;
44extern const IID IID_IDfReserved2;
45extern const IID IID_IDfReserved3;
46extern const CLSID CLSID_StdMarshal;
47extern const CLSID CLSID_AggStdMarshal;
48extern const CLSID CLSID_StdAsyncActManager;
49extern const IID IID_IStub;
50extern const IID IID_IProxy;
51extern const IID IID_IEnumGeneric;
52extern const IID IID_IEnumHolder;
53extern const IID IID_IEnumCallback;
54extern const IID IID_IOleManager;
55extern const IID IID_IOlePresObj;
56extern const IID IID_IDebug;
57extern const IID IID_IDebugStream;
58extern const CLSID CLSID_PSGenObject;
59extern const CLSID CLSID_PSClientSite;
60extern const CLSID CLSID_PSClassObject;
61extern const CLSID CLSID_PSInPlaceActive;
62extern const CLSID CLSID_PSInPlaceFrame;
63extern const CLSID CLSID_PSDragDrop;
64extern const CLSID CLSID_PSBindCtx;
65extern const CLSID CLSID_PSEnumerators;
66extern const CLSID CLSID_StaticMetafile;
67extern const CLSID CLSID_StaticDib;
68extern const CLSID CID_CDfsVolume;
69extern const CLSID CLSID_DCOMAccessControl;
70extern const CLSID CLSID_StdGlobalInterfaceTable;
71extern const CLSID CLSID_ComBinding;
72extern const CLSID CLSID_StdEvent;
73extern const CLSID CLSID_ManualResetEvent;
74extern const CLSID CLSID_SynchronizeContainer;
75extern const CLSID CLSID_CCDFormKrnl;
76extern const CLSID CLSID_CCDPropertyPage;
77extern const CLSID CLSID_CCDFormDialog;
78extern const CLSID CLSID_CCDCommandButton;
79extern const CLSID CLSID_CCDComboBox;
80extern const CLSID CLSID_CCDTextBox;
81extern const CLSID CLSID_CCDCheckBox;
82extern const CLSID CLSID_CCDLabel;
83extern const CLSID CLSID_CCDOptionButton;
84extern const CLSID CLSID_CCDListBox;
85extern const CLSID CLSID_CCDScrollBar;
86extern const CLSID CLSID_CCDGroupBox;
87extern const CLSID CLSID_CCDGeneralPropertyPage;
88extern const CLSID CLSID_CCDGenericPropertyPage;
89extern const CLSID CLSID_CCDFontPropertyPage;
90extern const CLSID CLSID_CCDColorPropertyPage;
91extern const CLSID CLSID_CCDLabelPropertyPage;
92extern const CLSID CLSID_CCDCheckBoxPropertyPage;
93extern const CLSID CLSID_CCDTextBoxPropertyPage;
94extern const CLSID CLSID_CCDOptionButtonPropertyPage;
95extern const CLSID CLSID_CCDListBoxPropertyPage;
96extern const CLSID CLSID_CCDCommandButtonPropertyPage;
97extern const CLSID CLSID_CCDComboBoxPropertyPage;
98extern const CLSID CLSID_CCDScrollBarPropertyPage;
99extern const CLSID CLSID_CCDGroupBoxPropertyPage;
100extern const CLSID CLSID_CCDXObjectPropertyPage;
101extern const CLSID CLSID_CStdPropertyFrame;
102extern const CLSID CLSID_CFormPropertyPage;
103extern const CLSID CLSID_CGridPropertyPage;
104extern const CLSID CLSID_CWSJArticlePage;
105extern const CLSID CLSID_CSystemPage;
106extern const CLSID CLSID_IdentityUnmarshal;
107extern const CLSID CLSID_InProcFreeMarshaler;
108extern const CLSID CLSID_Picture_Metafile;
109extern const CLSID CLSID_Picture_EnhMetafile;
110extern const CLSID CLSID_Picture_Dib;
111extern const GUID GUID_TRISTATE;
112
113
114#ifdef __cplusplus
115}
116#endif
117
118#endif /* __CGUID_H__ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette