Source code of Windows XP (NT5)
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.

30 lines
1.6 KiB

  1. // Nodetypes for the Computer Management snapin
  2. // created by UUIDGEN 4/1/97 JonN
  3. #ifndef _UUIDS_COMPUTER_MANAGEMENT_
  4. #define _UUIDS_COMPUTER_MANAGEMENT_
  5. #define struuidNodetypeComputer "{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
  6. #define struuidNodetypeDrive "{476e6447-aaff-11d0-b944-00c04fd8d5b0}"
  7. #define struuidNodetypeSystemTools "{476e6448-aaff-11d0-b944-00c04fd8d5b0}"
  8. #define struuidNodetypeServerApps "{476e6449-aaff-11d0-b944-00c04fd8d5b0}"
  9. #define struuidNodetypeStorage "{476e644a-aaff-11d0-b944-00c04fd8d5b0}"
  10. #define lstruuidNodetypeComputer L"{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
  11. #define lstruuidNodetypeDrive L"{476e6447-aaff-11d0-b944-00c04fd8d5b0}"
  12. #define lstruuidNodetypeSystemTools L"{476e6448-aaff-11d0-b944-00c04fd8d5b0}"
  13. #define lstruuidNodetypeServerApps L"{476e6449-aaff-11d0-b944-00c04fd8d5b0}"
  14. #define lstruuidNodetypeStorage L"{476e644a-aaff-11d0-b944-00c04fd8d5b0}"
  15. #define structuuidNodetypeComputer \
  16. { 0x476e6446, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
  17. #define structuuidNodetypeDrive \
  18. { 0x476e6447, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
  19. #define structuuidNodetypeSystemTools \
  20. { 0x476e6448, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
  21. #define structuuidNodetypeServerApps \
  22. { 0x476e6449, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
  23. #define structuuidNodetypeStorage \
  24. { 0x476e644a, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
  25. #endif // _UUIDS_COMPUTER_MANAGEMENT_