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

// Nodetypes for the Computer Management snapin
// created by UUIDGEN 4/1/97 JonN
#ifndef _UUIDS_COMPUTER_MANAGEMENT_
#define _UUIDS_COMPUTER_MANAGEMENT_
#define struuidNodetypeComputer "{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
#define struuidNodetypeDrive "{476e6447-aaff-11d0-b944-00c04fd8d5b0}"
#define struuidNodetypeSystemTools "{476e6448-aaff-11d0-b944-00c04fd8d5b0}"
#define struuidNodetypeServerApps "{476e6449-aaff-11d0-b944-00c04fd8d5b0}"
#define struuidNodetypeStorage "{476e644a-aaff-11d0-b944-00c04fd8d5b0}"
#define lstruuidNodetypeComputer L"{476e6446-aaff-11d0-b944-00c04fd8d5b0}"
#define lstruuidNodetypeDrive L"{476e6447-aaff-11d0-b944-00c04fd8d5b0}"
#define lstruuidNodetypeSystemTools L"{476e6448-aaff-11d0-b944-00c04fd8d5b0}"
#define lstruuidNodetypeServerApps L"{476e6449-aaff-11d0-b944-00c04fd8d5b0}"
#define lstruuidNodetypeStorage L"{476e644a-aaff-11d0-b944-00c04fd8d5b0}"
#define structuuidNodetypeComputer \
{ 0x476e6446, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
#define structuuidNodetypeDrive \
{ 0x476e6447, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
#define structuuidNodetypeSystemTools \
{ 0x476e6448, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
#define structuuidNodetypeServerApps \
{ 0x476e6449, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
#define structuuidNodetypeStorage \
{ 0x476e644a, 0xaaff, 0x11d0, { 0xb9, 0x44, 0x0, 0xc0, 0x4f, 0xd8, 0xd5, 0xb0 } }
#endif // _UUIDS_COMPUTER_MANAGEMENT_