cguid.h 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef __CGUID_H__
  7. #define __CGUID_H__
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. extern const IID GUID_NULL;
  12. extern const IID CATID_MARSHALER;
  13. extern const IID IID_IRpcChannel;
  14. extern const IID IID_IRpcStub;
  15. extern const IID IID_IStubManager;
  16. extern const IID IID_IRpcProxy;
  17. extern const IID IID_IProxyManager;
  18. extern const IID IID_IPSFactory;
  19. extern const IID IID_IInternalMoniker;
  20. extern const IID IID_IDfReserved1;
  21. extern const IID IID_IDfReserved2;
  22. extern const IID IID_IDfReserved3;
  23. extern const CLSID CLSID_StdMarshal;
  24. extern const CLSID CLSID_AggStdMarshal;
  25. extern const CLSID CLSID_StdAsyncActManager;
  26. extern const IID IID_IStub;
  27. extern const IID IID_IProxy;
  28. extern const IID IID_IEnumGeneric;
  29. extern const IID IID_IEnumHolder;
  30. extern const IID IID_IEnumCallback;
  31. extern const IID IID_IOleManager;
  32. extern const IID IID_IOlePresObj;
  33. extern const IID IID_IDebug;
  34. extern const IID IID_IDebugStream;
  35. extern const CLSID CLSID_PSGenObject;
  36. extern const CLSID CLSID_PSClientSite;
  37. extern const CLSID CLSID_PSClassObject;
  38. extern const CLSID CLSID_PSInPlaceActive;
  39. extern const CLSID CLSID_PSInPlaceFrame;
  40. extern const CLSID CLSID_PSDragDrop;
  41. extern const CLSID CLSID_PSBindCtx;
  42. extern const CLSID CLSID_PSEnumerators;
  43. extern const CLSID CLSID_StaticMetafile;
  44. extern const CLSID CLSID_StaticDib;
  45. extern const CLSID CID_CDfsVolume;
  46. extern const CLSID CLSID_DCOMAccessControl;
  47. extern const CLSID CLSID_GlobalOptions;
  48. extern const CLSID CLSID_StdGlobalInterfaceTable;
  49. extern const CLSID CLSID_ComBinding;
  50. extern const CLSID CLSID_StdEvent;
  51. extern const CLSID CLSID_ManualResetEvent;
  52. extern const CLSID CLSID_SynchronizeContainer;
  53. extern const CLSID CLSID_AddrControl;
  54. extern const CLSID CLSID_CCDFormKrnl;
  55. extern const CLSID CLSID_CCDPropertyPage;
  56. extern const CLSID CLSID_CCDFormDialog;
  57. extern const CLSID CLSID_CCDCommandButton;
  58. extern const CLSID CLSID_CCDComboBox;
  59. extern const CLSID CLSID_CCDTextBox;
  60. extern const CLSID CLSID_CCDCheckBox;
  61. extern const CLSID CLSID_CCDLabel;
  62. extern const CLSID CLSID_CCDOptionButton;
  63. extern const CLSID CLSID_CCDListBox;
  64. extern const CLSID CLSID_CCDScrollBar;
  65. extern const CLSID CLSID_CCDGroupBox;
  66. extern const CLSID CLSID_CCDGeneralPropertyPage;
  67. extern const CLSID CLSID_CCDGenericPropertyPage;
  68. extern const CLSID CLSID_CCDFontPropertyPage;
  69. extern const CLSID CLSID_CCDColorPropertyPage;
  70. extern const CLSID CLSID_CCDLabelPropertyPage;
  71. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  72. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  73. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  74. extern const CLSID CLSID_CCDListBoxPropertyPage;
  75. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  76. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  77. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  78. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  79. extern const CLSID CLSID_CCDXObjectPropertyPage;
  80. extern const CLSID CLSID_CStdPropertyFrame;
  81. extern const CLSID CLSID_CFormPropertyPage;
  82. extern const CLSID CLSID_CGridPropertyPage;
  83. extern const CLSID CLSID_CWSJArticlePage;
  84. extern const CLSID CLSID_CSystemPage;
  85. extern const CLSID CLSID_IdentityUnmarshal;
  86. extern const CLSID CLSID_InProcFreeMarshaler;
  87. extern const CLSID CLSID_Picture_Metafile;
  88. extern const CLSID CLSID_Picture_EnhMetafile;
  89. extern const CLSID CLSID_Picture_Dib;
  90. extern const GUID GUID_TRISTATE;
  91. #ifdef __cplusplus
  92. }
  93. #endif
  94. #endif