home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / cguid.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  4KB  |  134 lines

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