home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / msinc.pak / CGUID.H < prev    next >
C/C++ Source or Header  |  1997-07-23  |  3KB  |  120 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992 - 1995.
  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 IID IID_IStub;
  30. extern const IID IID_IProxy;
  31. extern const IID IID_IEnumGeneric;
  32. extern const IID IID_IEnumHolder;
  33. extern const IID IID_IEnumCallback;
  34. extern const IID IID_IOleManager;
  35. extern const IID IID_IOlePresObj;
  36. extern const IID IID_IDebug;
  37. extern const IID IID_IDebugStream;
  38. extern const CLSID CLSID_PSGenObject;
  39. extern const CLSID CLSID_PSClientSite;
  40. extern const CLSID CLSID_PSClassObject;
  41. extern const CLSID CLSID_PSInPlaceActive;
  42. extern const CLSID CLSID_PSInPlaceFrame;
  43. extern const CLSID CLSID_PSDragDrop;
  44. extern const CLSID CLSID_PSBindCtx;
  45. extern const CLSID CLSID_PSEnumerators;
  46. extern const CLSID CLSID_StaticMetafile;
  47. extern const CLSID CLSID_StaticDib;
  48. extern const CLSID CID_CDfsVolume;
  49.  
  50. //********************************************
  51. //
  52. // CD Forms CLSIDs
  53. //
  54. //********************************************
  55.  
  56. //
  57. // Form Kernel objects
  58. //
  59. extern const CLSID CLSID_CCDFormKrnl;
  60. extern const CLSID CLSID_CCDPropertyPage;
  61. extern const CLSID CLSID_CCDFormDialog;
  62.  
  63. //
  64. // Control objects
  65. //
  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.  
  76. //
  77. // Property Pages
  78. //
  79. extern const CLSID CLSID_CCDGeneralPropertyPage;
  80. extern const CLSID CLSID_CCDGenericPropertyPage;
  81. extern const CLSID CLSID_CCDFontPropertyPage;
  82. extern const CLSID CLSID_CCDColorPropertyPage;
  83. extern const CLSID CLSID_CCDLabelPropertyPage;
  84. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  85. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  86. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  87. extern const CLSID CLSID_CCDListBoxPropertyPage;
  88. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  89. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  90. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  91. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  92. extern const CLSID CLSID_CCDXObjectPropertyPage;
  93.  
  94. extern const CLSID CLSID_CStdPropertyFrame;
  95.  
  96. extern const CLSID CLSID_CFormPropertyPage;
  97. extern const CLSID CLSID_CGridPropertyPage;
  98.  
  99. extern const CLSID CLSID_CWSJArticlePage;
  100. extern const CLSID CLSID_CSystemPage;
  101.  
  102. extern const CLSID CLSID_IdentityUnmarshal;
  103. extern const CLSID CLSID_InProcFreeMarshaler;
  104.  
  105. extern const CLSID CLSID_Picture_Metafile;
  106. extern const CLSID CLSID_Picture_EnhMetafile;
  107. extern const CLSID CLSID_Picture_Dib;
  108.  
  109. //
  110. // Enumerations
  111. //
  112. extern const GUID GUID_TRISTATE;
  113.  
  114. #ifdef __cplusplus
  115. }
  116. #endif
  117.  
  118.  
  119. #endif // __CGUID_H__
  120.