home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / cguid.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  4KB  |  124 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. #define __CGUID_H__
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. extern const IID GUID_NULL;
  18. extern const IID IID_IRpcChannel;
  19. extern const IID IID_IRpcStub;
  20. extern const IID IID_IStubManager;
  21. extern const IID IID_IRpcProxy;
  22. extern const IID IID_IProxyManager;
  23. extern const IID IID_IPSFactory;
  24. extern const IID IID_IInternalMoniker;
  25. extern const IID IID_IDfReserved1;
  26. extern const IID IID_IDfReserved2;
  27. extern const IID IID_IDfReserved3;
  28. extern const CLSID CLSID_StdMarshal;
  29. extern const CLSID CLSID_AggStdMarshal;
  30. extern const CLSID CLSID_StdAsyncActManager;
  31. extern const IID IID_IStub;
  32. extern const IID IID_IProxy;
  33. extern const IID IID_IEnumGeneric;
  34. extern const IID IID_IEnumHolder;
  35. extern const IID IID_IEnumCallback;
  36. extern const IID IID_IOleManager;
  37. extern const IID IID_IOlePresObj;
  38. extern const IID IID_IDebug;
  39. extern const IID IID_IDebugStream;
  40. extern const CLSID CLSID_PSGenObject;
  41. extern const CLSID CLSID_PSClientSite;
  42. extern const CLSID CLSID_PSClassObject;
  43. extern const CLSID CLSID_PSInPlaceActive;
  44. extern const CLSID CLSID_PSInPlaceFrame;
  45. extern const CLSID CLSID_PSDragDrop;
  46. extern const CLSID CLSID_PSBindCtx;
  47. extern const CLSID CLSID_PSEnumerators;
  48. extern const CLSID CLSID_StaticMetafile;
  49. extern const CLSID CLSID_StaticDib;
  50. extern const CLSID CID_CDfsVolume;
  51. extern const CLSID CLSID_DCOMAccessControl;
  52. extern const CLSID CLSID_StdGlobalInterfaceTable;
  53. extern const CLSID CLSID_ComBinding;
  54. //********************************************
  55. //
  56. // CD Forms CLSIDs
  57. //
  58. //********************************************
  59.  
  60. //
  61. // Form Kernel objects
  62. //
  63. extern const CLSID CLSID_CCDFormKrnl;
  64. extern const CLSID CLSID_CCDPropertyPage;
  65. extern const CLSID CLSID_CCDFormDialog;
  66.  
  67. //
  68. // Control objects
  69. //
  70. extern const CLSID CLSID_CCDCommandButton;
  71. extern const CLSID CLSID_CCDComboBox;
  72. extern const CLSID CLSID_CCDTextBox;
  73. extern const CLSID CLSID_CCDCheckBox;
  74. extern const CLSID CLSID_CCDLabel;
  75. extern const CLSID CLSID_CCDOptionButton;
  76. extern const CLSID CLSID_CCDListBox;
  77. extern const CLSID CLSID_CCDScrollBar;
  78. extern const CLSID CLSID_CCDGroupBox;
  79.  
  80. //
  81. // Property Pages
  82. //
  83. extern const CLSID CLSID_CCDGeneralPropertyPage;
  84. extern const CLSID CLSID_CCDGenericPropertyPage;
  85. extern const CLSID CLSID_CCDFontPropertyPage;
  86. extern const CLSID CLSID_CCDColorPropertyPage;
  87. extern const CLSID CLSID_CCDLabelPropertyPage;
  88. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  89. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  90. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  91. extern const CLSID CLSID_CCDListBoxPropertyPage;
  92. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  93. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  94. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  95. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  96. extern const CLSID CLSID_CCDXObjectPropertyPage;
  97.  
  98. extern const CLSID CLSID_CStdPropertyFrame;
  99.  
  100. extern const CLSID CLSID_CFormPropertyPage;
  101. extern const CLSID CLSID_CGridPropertyPage;
  102.  
  103. extern const CLSID CLSID_CWSJArticlePage;
  104. extern const CLSID CLSID_CSystemPage;
  105.  
  106. extern const CLSID CLSID_IdentityUnmarshal;
  107. extern const CLSID CLSID_InProcFreeMarshaler;
  108.  
  109. extern const CLSID CLSID_Picture_Metafile;
  110. extern const CLSID CLSID_Picture_EnhMetafile;
  111. extern const CLSID CLSID_Picture_Dib;
  112.  
  113. //
  114. // Enumerations
  115. //
  116. extern const GUID GUID_TRISTATE;
  117.  
  118. #ifdef __cplusplus
  119. }
  120. #endif
  121.  
  122.  
  123. #endif // __CGUID_H__
  124.