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.

58 lines
1.9 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  4. /**********************************************************************/
  5. /*
  6. guids.cpp
  7. Tapi snapin GUID definitions
  8. FILE HISTORY:
  9. */
  10. #include "stdafx.h"
  11. // MMC required node types
  12. // {E26D02A0-4C1F-11d1-9AA1-00C04FC3357A}
  13. static const CLSID CLSID_TapiSnapin =
  14. { 0xe26d02a0, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  15. static const CLSID CLSID_TapiSnapinExtension =
  16. { 0xe26d02a1, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  17. static const GUID CLSID_TapiSnapinAbout =
  18. { 0xe26d02a2, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  19. //
  20. // Scope pane node types
  21. //
  22. static const GUID GUID_TapiRootNodeType =
  23. { 0xe26d02a3, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  24. static const GUID GUID_TapiServerNodeType =
  25. { 0xe26d02a4, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  26. static const GUID GUID_TapiProviderNodeType =
  27. { 0xe26d02a5, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  28. //
  29. // result pane item GUIDs
  30. //
  31. static const GUID GUID_TapiLineNodeType =
  32. { 0xe26d02a6, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  33. static const GUID GUID_TapiUserNodeType =
  34. { 0xe26d02a7, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  35. static const GUID GUID_TapiPhoneNumNodeType =
  36. { 0xe26d02a8, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };
  37. //
  38. // GUID for our fake ITapiInfo object
  39. //
  40. static const GUID IID_ITapiInfo =
  41. { 0xe26d02a9, 0x4c1f, 0x11d1, { 0x9a, 0xa1, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a } };