cguid.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  17. */
  18. #ifndef __CGUID_H__
  19. #define __CGUID_H__
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. extern const IID GUID_NULL;
  24. extern const IID IID_IRpcChannel;
  25. extern const IID IID_IRpcStub;
  26. extern const IID IID_IStubManager;
  27. extern const IID IID_IRpcProxy;
  28. extern const IID IID_IProxyManager;
  29. extern const IID IID_IPSFactory;
  30. extern const IID IID_IInternalMoniker;
  31. extern const IID IID_IDfReserved1;
  32. extern const IID IID_IDfReserved2;
  33. extern const IID IID_IDfReserved3;
  34. extern const CLSID CLSID_StdMarshal;
  35. extern const CLSID CLSID_AggStdMarshal;
  36. extern const CLSID CLSID_StdAsyncActManager;
  37. extern const IID IID_IStub;
  38. extern const IID IID_IProxy;
  39. extern const IID IID_IEnumGeneric;
  40. extern const IID IID_IEnumHolder;
  41. extern const IID IID_IEnumCallback;
  42. extern const IID IID_IOleManager;
  43. extern const IID IID_IOlePresObj;
  44. extern const IID IID_IDebug;
  45. extern const IID IID_IDebugStream;
  46. extern const CLSID CLSID_PSGenObject;
  47. extern const CLSID CLSID_PSClientSite;
  48. extern const CLSID CLSID_PSClassObject;
  49. extern const CLSID CLSID_PSInPlaceActive;
  50. extern const CLSID CLSID_PSInPlaceFrame;
  51. extern const CLSID CLSID_PSDragDrop;
  52. extern const CLSID CLSID_PSBindCtx;
  53. extern const CLSID CLSID_PSEnumerators;
  54. extern const CLSID CLSID_StaticMetafile;
  55. extern const CLSID CLSID_StaticDib;
  56. extern const CLSID CID_CDfsVolume;
  57. extern const CLSID CLSID_DCOMAccessControl;
  58. extern const CLSID CLSID_StdGlobalInterfaceTable;
  59. extern const CLSID CLSID_ComBinding;
  60. extern const CLSID CLSID_StdEvent;
  61. extern const CLSID CLSID_ManualResetEvent;
  62. extern const CLSID CLSID_SynchronizeContainer;
  63. extern const CLSID CLSID_CCDFormKrnl;
  64. extern const CLSID CLSID_CCDPropertyPage;
  65. extern const CLSID CLSID_CCDFormDialog;
  66. extern const CLSID CLSID_CCDCommandButton;
  67. extern const CLSID CLSID_CCDComboBox;
  68. extern const CLSID CLSID_CCDTextBox;
  69. extern const CLSID CLSID_CCDCheckBox;
  70. extern const CLSID CLSID_CCDLabel;
  71. extern const CLSID CLSID_CCDOptionButton;
  72. extern const CLSID CLSID_CCDListBox;
  73. extern const CLSID CLSID_CCDScrollBar;
  74. extern const CLSID CLSID_CCDGroupBox;
  75. extern const CLSID CLSID_CCDGeneralPropertyPage;
  76. extern const CLSID CLSID_CCDGenericPropertyPage;
  77. extern const CLSID CLSID_CCDFontPropertyPage;
  78. extern const CLSID CLSID_CCDColorPropertyPage;
  79. extern const CLSID CLSID_CCDLabelPropertyPage;
  80. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  81. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  82. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  83. extern const CLSID CLSID_CCDListBoxPropertyPage;
  84. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  85. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  86. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  87. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  88. extern const CLSID CLSID_CCDXObjectPropertyPage;
  89. extern const CLSID CLSID_CStdPropertyFrame;
  90. extern const CLSID CLSID_CFormPropertyPage;
  91. extern const CLSID CLSID_CGridPropertyPage;
  92. extern const CLSID CLSID_CWSJArticlePage;
  93. extern const CLSID CLSID_CSystemPage;
  94. extern const CLSID CLSID_IdentityUnmarshal;
  95. extern const CLSID CLSID_InProcFreeMarshaler;
  96. extern const CLSID CLSID_Picture_Metafile;
  97. extern const CLSID CLSID_Picture_EnhMetafile;
  98. extern const CLSID CLSID_Picture_Dib;
  99. extern const GUID GUID_TRISTATE;
  100. #ifdef __cplusplus
  101. }
  102. #endif
  103. #endif /* __CGUID_H__ */