Determines what type a Shell Item is.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| SHDID_UNKNOWN | 0 |
The type is unknown.
|
| SHDID_ROOT_REGITEM | 1 |
The item is a registered item on the desktop.
|
| SHDID_FS_FILE | 2 |
The item is a file.
|
| SHDID_FS_DIRECTORY | 3 |
The item is a folder.
|
| SHDID_FS_OTHER | 4 |
The item is an unidentified item in the file system.
|
| SHDID_COMPUTER_DRIVE35 | 5 |
The item is a 3.5-inch floppy drive.
|
| SHDID_COMPUTER_DRIVE525 | 6 |
The item is a 5.25-inch floppy drive.
|
| SHDID_COMPUTER_REMOVABLE | 7 |
The item is a removable disk.
|
| SHDID_COMPUTER_FIXED | 8 |
The item is a fixed hard disk.
|
| SHDID_COMPUTER_NETDRIVE | 9 |
The item is a drive that is mapped to a network share.
|
| SHDID_COMPUTER_CDROM | 10 |
The item is a CD-ROM drive.
|
| SHDID_COMPUTER_RAMDISK | 11 |
The item is a RAM disk.
|
| SHDID_COMPUTER_OTHER | 12 |
The item is an unidentified system device.
|
| SHDID_NET_DOMAIN | 13 |
The item is a network domain.
|
| SHDID_NET_SERVER | 14 |
The item is a network server.
|
| SHDID_NET_SHARE | 15 |
The item is a network share.
|
| SHDID_NET_RESTOFNET | 16 |
Not currently used.
|
| SHDID_NET_OTHER | 17 |
The item is an unidentified network resource.
|
| SHDID_COMPUTER_IMAGING | 18 |
Windows XP and later. Not currently used.
|
| SHDID_COMPUTER_AUDIO | 19 |
Windows XP and later. Not currently used.
|
| SHDID_COMPUTER_SHAREDDOCS | 20 |
Windows XP and later. The item is the system shared documents folder.
|
| SHDID_MOBILE_DEVICE | 21 |
Windows Vista and later. The item is a mobile device, such as a personal digital assistant (PDA).
|
| SHDID_REMOTE_DESKTOP_DRIVE | 22 |
Windows Vista and later. The item is a remote desktop drive.
|
See Also