home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / CGUID.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  3.7 KB  |  126 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1997.
  5. //
  6. //  File:       cguid.h
  7. //
  8. //--------------------------------------------------------------------------
  9.  
  10. #ifndef __CGUID_H__
  11. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  12. #define __CGUID_H__
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. extern const IID GUID_NULL;
  19. extern const IID IID_IRpcChannel;
  20. extern const IID IID_IRpcStub;
  21. extern const IID IID_IStubManager;
  22. extern const IID IID_IRpcProxy;
  23. extern const IID IID_IProxyManager;
  24. extern const IID IID_IPSFactory;
  25. extern const IID IID_IInternalMoniker;
  26. extern const IID IID_IDfReserved1;
  27. extern const IID IID_IDfReserved2;
  28. extern const IID IID_IDfReserved3;
  29. extern const CLSID CLSID_StdMarshal;
  30. extern const CLSID CLSID_AggStdMarshal;
  31. extern const CLSID CLSID_StdAsyncActManager;
  32. extern const IID IID_IStub;
  33. extern const IID IID_IProxy;
  34. extern const IID IID_IEnumGeneric;
  35. extern const IID IID_IEnumHolder;
  36. extern const IID IID_IEnumCallback;
  37. extern const IID IID_IOleManager;
  38. extern const IID IID_IOlePresObj;
  39. extern const IID IID_IDebug;
  40. extern const IID IID_IDebugStream;
  41. extern const CLSID CLSID_PSGenObject;
  42. extern const CLSID CLSID_PSClientSite;
  43. extern const CLSID CLSID_PSClassObject;
  44. extern const CLSID CLSID_PSInPlaceActive;
  45. extern const CLSID CLSID_PSInPlaceFrame;
  46. extern const CLSID CLSID_PSDragDrop;
  47. extern const CLSID CLSID_PSBindCtx;
  48. extern const CLSID CLSID_PSEnumerators;
  49. extern const CLSID CLSID_StaticMetafile;
  50. extern const CLSID CLSID_StaticDib;
  51. extern const CLSID CID_CDfsVolume;
  52. extern const CLSID CLSID_DCOMAccessControl;
  53. extern const CLSID CLSID_StdGlobalInterfaceTable;
  54. extern const CLSID CLSID_ComBinding;
  55. //********************************************
  56. //
  57. // CD Forms CLSIDs
  58. //
  59. //********************************************
  60.  
  61. //
  62. // Form Kernel objects
  63. //
  64. extern const CLSID CLSID_CCDFormKrnl;
  65. extern const CLSID CLSID_CCDPropertyPage;
  66. extern const CLSID CLSID_CCDFormDialog;
  67.  
  68. //
  69. // Control objects
  70. //
  71. extern const CLSID CLSID_CCDCommandButton;
  72. extern const CLSID CLSID_CCDComboBox;
  73. extern const CLSID CLSID_CCDTextBox;
  74. extern const CLSID CLSID_CCDCheckBox;
  75. extern const CLSID CLSID_CCDLabel;
  76. extern const CLSID CLSID_CCDOptionButton;
  77. extern const CLSID CLSID_CCDListBox;
  78. extern const CLSID CLSID_CCDScrollBar;
  79. extern const CLSID CLSID_CCDGroupBox;
  80.  
  81. //
  82. // Property Pages
  83. //
  84. extern const CLSID CLSID_CCDGeneralPropertyPage;
  85. extern const CLSID CLSID_CCDGenericPropertyPage;
  86. extern const CLSID CLSID_CCDFontPropertyPage;
  87. extern const CLSID CLSID_CCDColorPropertyPage;
  88. extern const CLSID CLSID_CCDLabelPropertyPage;
  89. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  90. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  91. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  92. extern const CLSID CLSID_CCDListBoxPropertyPage;
  93. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  94. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  95. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  96. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  97. extern const CLSID CLSID_CCDXObjectPropertyPage;
  98.  
  99. extern const CLSID CLSID_CStdPropertyFrame;
  100.  
  101. extern const CLSID CLSID_CFormPropertyPage;
  102. extern const CLSID CLSID_CGridPropertyPage;
  103.  
  104. extern const CLSID CLSID_CWSJArticlePage;
  105. extern const CLSID CLSID_CSystemPage;
  106.  
  107. extern const CLSID CLSID_IdentityUnmarshal;
  108. extern const CLSID CLSID_InProcFreeMarshaler;
  109.  
  110. extern const CLSID CLSID_Picture_Metafile;
  111. extern const CLSID CLSID_Picture_EnhMetafile;
  112. extern const CLSID CLSID_Picture_Dib;
  113.  
  114. //
  115. // Enumerations
  116. //
  117. extern const GUID GUID_TRISTATE;
  118.  
  119. #ifdef __cplusplus
  120. }
  121. #endif
  122.  
  123.  
  124. #pragma option pop /*P_O_Pop*/
  125. #endif // __CGUID_H__
  126.