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.

49 lines
2.6 KiB

  1. //
  2. // Nodetypes for the Schema Management snap in.
  3. // Created by UUIDGEN 5/13/97 CoryWest.
  4. //
  5. //
  6. // These are the guids for the node types in the schema management
  7. // snap in. These node types have to correspond to the node enum
  8. // types that are used in the cookies. The mapping table between
  9. // the enum types and the guids is in cookie.cpp and cookie.h.
  10. //
  11. #ifndef _UUIDS_SCHEMA_MANAGEMENT_
  12. #define _UUIDS_SCHEMA_MANAGEMENT_
  13. #define strUuidNodetypeSchmMgmt "{3d7b8f72-cd87-11d0-9c19-00c04fd8d86e}"
  14. #define strUuidNodetypeClasses "{c880afb6-cbd5-11d0-9c15-00c04fd8d86e}"
  15. #define strUuidNodetypeAttributes "{0d5fbd84-cbd6-11d0-9c15-00c04fd8d86e}"
  16. #define strUuidNodetypeDisplaySpecifiers "{18669dc4-cbd6-11d0-9c15-00c04fd8d86e}"
  17. #define strUuidNodetypeClass "{23a6b674-cbd6-11d0-9c15-00c04fd8d86e}"
  18. #define strUuidNodetypeAttribute "{2d7c69b4-cbd6-11d0-9c15-00c04fd8d86e}"
  19. #define strUuidNodetypeDisplaySpecifier "{37cbb4e2-cbd6-11d0-9c15-00c04fd8d86e}"
  20. #define lstrUuidNodetypeSchmMgmt L"{3d7b8f72-cd87-11d0-9c19-00c04fd8d86e}"
  21. #define lstrUuidNodetypeClasses L"{c880afb6-cbd5-11d0-9c15-00c04fd8d86e}"
  22. #define lstrUuidNodetypeAttributes L"{0d5fbd84-cbd6-11d0-9c15-00c04fd8d86e}"
  23. #define lstrUuidNodetypeDisplaySpecifiers L"{18669dc4-cbd6-11d0-9c15-00c04fd8d86e}"
  24. #define lstrUuidNodetypeClass L"{23a6b674-cbd6-11d0-9c15-00c04fd8d86e}"
  25. #define lstrUuidNodetypeAttribute L"{2d7c69b4-cbd6-11d0-9c15-00c04fd8d86e}"
  26. #define lstrUuidNodetypeDisplaySpecifier L"{37cbb4e2-cbd6-11d0-9c15-00c04fd8d86e}"
  27. #define structUuidNodetypeSchmMgmt \
  28. { 0x3d7b8f72, 0xcd87, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  29. #define structUuidNodetypeClasses \
  30. { 0xc880afb6, 0xcbd5, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  31. #define structUuidNodetypeAttributes \
  32. { 0x0d5fbd84, 0xcbd6, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  33. #define structUuidNodetypeDisplaySpecifiers \
  34. { 0x18669dc4, 0xcbd6, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  35. #define structUuidNodetypeClass \
  36. { 0x23a6b674, 0xcbd6, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  37. #define structUuidNodetypeAttribute \
  38. { 0x2d7c69b4, 0xcbd6, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  39. #define structUuidNodetypeDisplaySpecifier \
  40. { 0x37cbb4e2, 0xcbd6, 0x11d0, { 0x9c, 0x15, 0x0, 0xc0, 0x4f, 0xd8, 0xd8, 0x6e } }
  41. #endif