Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencguid.hGo to the documentation of this file.00001 /* 00002 * Copyright (C) 2000 Peter Hunnisett 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00017 */ 00018 00019 #ifndef __CGUID_H__ 00020 #define __CGUID_H__ 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 extern const IID GUID_NULL; 00027 extern const IID IID_IRpcChannel; 00028 extern const IID IID_IRpcStub; 00029 extern const IID IID_IStubManager; 00030 extern const IID IID_IRpcProxy; 00031 extern const IID IID_IProxyManager; 00032 extern const IID IID_IPSFactory; 00033 extern const IID IID_IInternalMoniker; 00034 extern const IID IID_IDfReserved1; 00035 extern const IID IID_IDfReserved2; 00036 extern const IID IID_IDfReserved3; 00037 extern const CLSID CLSID_StdMarshal; 00038 extern const CLSID CLSID_AggStdMarshal; 00039 extern const CLSID CLSID_StdAsyncActManager; 00040 extern const IID IID_IStub; 00041 extern const IID IID_IProxy; 00042 extern const IID IID_IEnumGeneric; 00043 extern const IID IID_IEnumHolder; 00044 extern const IID IID_IEnumCallback; 00045 extern const IID IID_IOleManager; 00046 extern const IID IID_IOlePresObj; 00047 extern const IID IID_IDebug; 00048 extern const IID IID_IDebugStream; 00049 extern const CLSID CLSID_PSGenObject; 00050 extern const CLSID CLSID_PSClientSite; 00051 extern const CLSID CLSID_PSClassObject; 00052 extern const CLSID CLSID_PSInPlaceActive; 00053 extern const CLSID CLSID_PSInPlaceFrame; 00054 extern const CLSID CLSID_PSDragDrop; 00055 extern const CLSID CLSID_PSBindCtx; 00056 extern const CLSID CLSID_PSEnumerators; 00057 extern const CLSID CLSID_StaticMetafile; 00058 extern const CLSID CLSID_StaticDib; 00059 extern const CLSID CID_CDfsVolume; 00060 extern const CLSID CLSID_DCOMAccessControl; 00061 extern const CLSID CLSID_StdGlobalInterfaceTable; 00062 extern const CLSID CLSID_ComBinding; 00063 extern const CLSID CLSID_StdEvent; 00064 extern const CLSID CLSID_ManualResetEvent; 00065 extern const CLSID CLSID_SynchronizeContainer; 00066 extern const CLSID CLSID_CCDFormKrnl; 00067 extern const CLSID CLSID_CCDPropertyPage; 00068 extern const CLSID CLSID_CCDFormDialog; 00069 extern const CLSID CLSID_CCDCommandButton; 00070 extern const CLSID CLSID_CCDComboBox; 00071 extern const CLSID CLSID_CCDTextBox; 00072 extern const CLSID CLSID_CCDCheckBox; 00073 extern const CLSID CLSID_CCDLabel; 00074 extern const CLSID CLSID_CCDOptionButton; 00075 extern const CLSID CLSID_CCDListBox; 00076 extern const CLSID CLSID_CCDScrollBar; 00077 extern const CLSID CLSID_CCDGroupBox; 00078 extern const CLSID CLSID_CCDGeneralPropertyPage; 00079 extern const CLSID CLSID_CCDGenericPropertyPage; 00080 extern const CLSID CLSID_CCDFontPropertyPage; 00081 extern const CLSID CLSID_CCDColorPropertyPage; 00082 extern const CLSID CLSID_CCDLabelPropertyPage; 00083 extern const CLSID CLSID_CCDCheckBoxPropertyPage; 00084 extern const CLSID CLSID_CCDTextBoxPropertyPage; 00085 extern const CLSID CLSID_CCDOptionButtonPropertyPage; 00086 extern const CLSID CLSID_CCDListBoxPropertyPage; 00087 extern const CLSID CLSID_CCDCommandButtonPropertyPage; 00088 extern const CLSID CLSID_CCDComboBoxPropertyPage; 00089 extern const CLSID CLSID_CCDScrollBarPropertyPage; 00090 extern const CLSID CLSID_CCDGroupBoxPropertyPage; 00091 extern const CLSID CLSID_CCDXObjectPropertyPage; 00092 extern const CLSID CLSID_CStdPropertyFrame; 00093 extern const CLSID CLSID_CFormPropertyPage; 00094 extern const CLSID CLSID_CGridPropertyPage; 00095 extern const CLSID CLSID_CWSJArticlePage; 00096 extern const CLSID CLSID_CSystemPage; 00097 extern const CLSID CLSID_IdentityUnmarshal; 00098 extern const CLSID CLSID_InProcFreeMarshaler; 00099 extern const CLSID CLSID_Picture_Metafile; 00100 extern const CLSID CLSID_Picture_EnhMetafile; 00101 extern const CLSID CLSID_Picture_Dib; 00102 extern const GUID GUID_TRISTATE; 00103 00104 00105 #ifdef __cplusplus 00106 } 00107 #endif 00108 00109 #endif /* __CGUID_H__ */ Generated on Tue May 15 04:54:51 2012 for ReactOS by
1.6.3
|