af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2000 Peter Hunnisett
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is free software; you can redistribute it and/or
af062818b47340eef15700d2f0211576ba3506eevboxsync * modify it under the terms of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License as published by the Free Software Foundation; either
af062818b47340eef15700d2f0211576ba3506eevboxsync * version 2.1 of the License, or (at your option) any later version.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is distributed in the hope that it will be useful,
af062818b47340eef15700d2f0211576ba3506eevboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
af062818b47340eef15700d2f0211576ba3506eevboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * Lesser General Public License for more details.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * You should have received a copy of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License along with this library; if not, write to the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
af062818b47340eef15700d2f0211576ba3506eevboxsync */
af062818b47340eef15700d2f0211576ba3506eevboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync/*
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * a choice of LGPL license versions is made available with the language indicating
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync * of the LGPL is applied is otherwise unspecified.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync */
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifndef __CGUID_H__
af062818b47340eef15700d2f0211576ba3506eevboxsync#define __CGUID_H__
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifdef __cplusplus
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern "C" {
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID GUID_NULL;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IRpcChannel;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IRpcStub;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IStubManager;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IRpcProxy;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IProxyManager;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IPSFactory;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IInternalMoniker;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IDfReserved1;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IDfReserved2;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IDfReserved3;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StdMarshal;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_AggStdMarshal;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StdAsyncActManager;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IStub;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IProxy;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IEnumGeneric;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IEnumHolder;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IEnumCallback;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IOleManager;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IOlePresObj;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IDebug;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const IID IID_IDebugStream;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSGenObject;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSClientSite;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSClassObject;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSInPlaceActive;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSInPlaceFrame;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSDragDrop;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSBindCtx;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_PSEnumerators;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StaticMetafile;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StaticDib;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CID_CDfsVolume;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_DCOMAccessControl;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StdGlobalInterfaceTable;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_ComBinding;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_StdEvent;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_ManualResetEvent;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_SynchronizeContainer;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDFormKrnl;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDFormDialog;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDCommandButton;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDComboBox;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDTextBox;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDCheckBox;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDLabel;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDOptionButton;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDListBox;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDScrollBar;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDGroupBox;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDGeneralPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDGenericPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDFontPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDColorPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDLabelPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDCheckBoxPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDTextBoxPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDOptionButtonPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDListBoxPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDCommandButtonPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDComboBoxPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDScrollBarPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDGroupBoxPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CCDXObjectPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CStdPropertyFrame;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CFormPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CGridPropertyPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CWSJArticlePage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_CSystemPage;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_IdentityUnmarshal;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_InProcFreeMarshaler;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_Picture_Metafile;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_Picture_EnhMetafile;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const CLSID CLSID_Picture_Dib;
af062818b47340eef15700d2f0211576ba3506eevboxsyncextern const GUID GUID_TRISTATE;
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#ifdef __cplusplus
af062818b47340eef15700d2f0211576ba3506eevboxsync}
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#endif /* __CGUID_H__ */