Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: guids.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // GUIDS.H
  11. #ifndef __GUIDS_H__
  12. #define __GUIDS_H__
  13. //{40FC6ED4-2438-11CF-A3DB-080036F12502} - Standard windows ocx control
  14. static const CATID CATID_OCXControl =
  15. { 0x40fc6ed4, 0x2438, 0xa3db, { 0xa3, 0xdb, 0x08, 0x0, 0x36, 0xf1, 0x25, 0x02 } };
  16. #define CONSOLECONTROLS_COMPCAT_NAME _T("Managment Console Controls")
  17. // {B0DAE1CC-F531-11cf-AACE-00AA00BDD61E} - AMC Control category (Component Category)
  18. static const CATID CATID_ConsoleControl =
  19. { 0xb0dae1cc, 0xf531, 0x11cf, { 0xaa, 0xce, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x1e } };
  20. #define MONITORINGCONTROLS_COMPCAT_NAME _T("Monitoring Controls")
  21. // {B1E09020-0105-11d0-AADA-00AA00BDD61E}
  22. static const CATID CATID_ConsoleMonitorControl =
  23. { 0xb1e09020, 0x105, 0x11d0, { 0xaa, 0xda, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x1e } };
  24. #endif //__GUIDS_H__