Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SHSTOCKICONID enumeration (shellapi.h)

Used by SHGetStockIconInfo to identify which stock system icon to retrieve.

Syntax

typedef enum SHSTOCKICONID {
 SIID_DOCNOASSOC = 0,
 SIID_DOCASSOC = 1,
 SIID_APPLICATION = 2,
 SIID_FOLDER = 3,
 SIID_FOLDEROPEN = 4,
 SIID_DRIVE525 = 5,
 SIID_DRIVE35 = 6,
 SIID_DRIVEREMOVE = 7,
 SIID_DRIVEFIXED = 8,
 SIID_DRIVENET = 9,
 SIID_DRIVENETDISABLED = 10,
 SIID_DRIVECD = 11,
 SIID_DRIVERAM = 12,
 SIID_WORLD = 13,
 SIID_SERVER = 15,
 SIID_PRINTER = 16,
 SIID_MYNETWORK = 17,
 SIID_FIND = 22,
 SIID_HELP = 23,
 SIID_SHARE = 28,
 SIID_LINK = 29,
 SIID_SLOWFILE = 30,
 SIID_RECYCLER = 31,
 SIID_RECYCLERFULL = 32,
 SIID_MEDIACDAUDIO = 40,
 SIID_LOCK = 47,
 SIID_AUTOLIST = 49,
 SIID_PRINTERNET = 50,
 SIID_SERVERSHARE = 51,
 SIID_PRINTERFAX = 52,
 SIID_PRINTERFAXNET = 53,
 SIID_PRINTERFILE = 54,
 SIID_STACK = 55,
 SIID_MEDIASVCD = 56,
 SIID_STUFFEDFOLDER = 57,
 SIID_DRIVEUNKNOWN = 58,
 SIID_DRIVEDVD = 59,
 SIID_MEDIADVD = 60,
 SIID_MEDIADVDRAM = 61,
 SIID_MEDIADVDRW = 62,
 SIID_MEDIADVDR = 63,
 SIID_MEDIADVDROM = 64,
 SIID_MEDIACDAUDIOPLUS = 65,
 SIID_MEDIACDRW = 66,
 SIID_MEDIACDR = 67,
 SIID_MEDIACDBURN = 68,
 SIID_MEDIABLANKCD = 69,
 SIID_MEDIACDROM = 70,
 SIID_AUDIOFILES = 71,
 SIID_IMAGEFILES = 72,
 SIID_VIDEOFILES = 73,
 SIID_MIXEDFILES = 74,
 SIID_FOLDERBACK = 75,
 SIID_FOLDERFRONT = 76,
 SIID_SHIELD = 77,
 SIID_WARNING = 78,
 SIID_INFO = 79,
 SIID_ERROR = 80,
 SIID_KEY = 81,
 SIID_SOFTWARE = 82,
 SIID_RENAME = 83,
 SIID_DELETE = 84,
 SIID_MEDIAAUDIODVD = 85,
 SIID_MEDIAMOVIEDVD = 86,
 SIID_MEDIAENHANCEDCD = 87,
 SIID_MEDIAENHANCEDDVD = 88,
 SIID_MEDIAHDDVD = 89,
 SIID_MEDIABLURAY = 90,
 SIID_MEDIAVCD = 91,
 SIID_MEDIADVDPLUSR = 92,
 SIID_MEDIADVDPLUSRW = 93,
 SIID_DESKTOPPC = 94,
 SIID_MOBILEPC = 95,
 SIID_USERS = 96,
 SIID_MEDIASMARTMEDIA = 97,
 SIID_MEDIACOMPACTFLASH = 98,
 SIID_DEVICECELLPHONE = 99,
 SIID_DEVICECAMERA = 100,
 SIID_DEVICEVIDEOCAMERA = 101,
 SIID_DEVICEAUDIOPLAYER = 102,
 SIID_NETWORKCONNECT = 103,
 SIID_INTERNET = 104,
 SIID_ZIPFILE = 105,
 SIID_SETTINGS = 106,
 SIID_DRIVEHDDVD = 132,
 SIID_DRIVEBD = 133,
 SIID_MEDIAHDDVDROM = 134,
 SIID_MEDIAHDDVDR = 135,
 SIID_MEDIAHDDVDRAM = 136,
 SIID_MEDIABDROM = 137,
 SIID_MEDIABDR = 138,
 SIID_MEDIABDRE = 139,
 SIID_CLUSTEREDDRIVE = 140,
 SIID_MAX_ICONS = 181
} ;

Constants

 
SIID_DOCNOASSOC
Value: 0
πŸ‘ Image

Document of a type with no associated application.
SIID_DOCASSOC
Value: 1
πŸ‘ Image

Document of a type with an associated application.
SIID_APPLICATION
Value: 2
πŸ‘ Image

Generic application with no custom icon.
SIID_FOLDER
Value: 3
πŸ‘ Image

Folder (generic, unspecified state).
SIID_FOLDEROPEN
Value: 4
πŸ‘ Image

Folder (open).
SIID_DRIVE525
Value: 5
πŸ‘ Image

5.25-inch disk drive.
SIID_DRIVE35
Value: 6
πŸ‘ Image

3.5-inch disk drive.
SIID_DRIVEREMOVE
Value: 7
πŸ‘ Image

Removable drive.
SIID_DRIVEFIXED
Value: 8
πŸ‘ Image

Fixed drive (hard disk).
SIID_DRIVENET
Value: 9
πŸ‘ Image

Network drive (connected).
SIID_DRIVENETDISABLED
Value: 10
πŸ‘ Image

Network drive (disconnected).
SIID_DRIVECD
Value: 11
πŸ‘ Image

CD drive.
SIID_DRIVERAM
Value: 12
πŸ‘ Image

RAM disk drive.
SIID_WORLD
Value: 13
πŸ‘ Image

The entire network.
SIID_SERVER
Value: 15
πŸ‘ Image

A computer on the network.
SIID_PRINTER
Value: 16
πŸ‘ Image

A local printer or print destination.
SIID_MYNETWORK
Value: 17
πŸ‘ Image

The Network virtual folder (FOLDERID_NetworkFolder/CSIDL_NETWORK).
SIID_FIND
Value: 22
πŸ‘ Image

The Search feature.
SIID_HELP
Value: 23
πŸ‘ Image

The Help and Support feature.
SIID_SHARE
Value: 28
πŸ‘ Image

Overlay for a shared item.
SIID_LINK
Value: 29
πŸ‘ Image

Overlay for a shortcut.
SIID_SLOWFILE
Value: 30
πŸ‘ Image

Overlay for items that are expected to be slow to access.
SIID_RECYCLER
Value: 31
πŸ‘ Image

The Recycle Bin (empty).
SIID_RECYCLERFULL
Value: 32
πŸ‘ Image

The Recycle Bin (not empty).
SIID_MEDIACDAUDIO
Value: 40
πŸ‘ Image

Audio CD media.
SIID_LOCK
Value: 47
πŸ‘ Image

Security lock.
SIID_AUTOLIST
Value: 49
πŸ‘ Image

A virtual folder that contains the results of a search.
SIID_PRINTERNET
Value: 50
πŸ‘ Image

A network printer.
SIID_SERVERSHARE
Value: 51
πŸ‘ Image

A server shared on a network.
SIID_PRINTERFAX
Value: 52
πŸ‘ Image

A local fax printer.
SIID_PRINTERFAXNET
Value: 53
πŸ‘ Image

A network fax printer.
SIID_PRINTERFILE
Value: 54
πŸ‘ Image

A file that receives the output of a Print to file operation.
SIID_STACK
Value: 55
πŸ‘ Image

A category that results from a Stack by command to organize the contents of a folder.
SIID_MEDIASVCD
Value: 56
πŸ‘ Image

Super Video CD (SVCD) media.
SIID_STUFFEDFOLDER
Value: 57
πŸ‘ Image

A folder that contains only subfolders as child items.
SIID_DRIVEUNKNOWN
Value: 58
πŸ‘ Image

Unknown drive type.
SIID_DRIVEDVD
Value: 59
πŸ‘ Image

DVD drive.
SIID_MEDIADVD
Value: 60
πŸ‘ Image

DVD media.
SIID_MEDIADVDRAM
Value: 61
πŸ‘ Image

DVD-RAM media.
SIID_MEDIADVDRW
Value: 62
πŸ‘ Image

DVD-RW media.
SIID_MEDIADVDR
Value: 63
πŸ‘ Image

DVD-R media.
SIID_MEDIADVDROM
Value: 64
πŸ‘ Image

DVD-ROM media.
SIID_MEDIACDAUDIOPLUS
Value: 65
πŸ‘ Image

CD+ (enhanced audio CD) media.
SIID_MEDIACDRW
Value: 66
πŸ‘ Image

CD-RW media.
SIID_MEDIACDR
Value: 67
πŸ‘ Image

CD-R media.
SIID_MEDIACDBURN
Value: 68
πŸ‘ Image

A writable CD in the process of being burned.
SIID_MEDIABLANKCD
Value: 69
πŸ‘ Image

Blank writable CD media.
SIID_MEDIACDROM
Value: 70
πŸ‘ Image

CD-ROM media.
SIID_AUDIOFILES
Value: 71
πŸ‘ Image

An audio file.
SIID_IMAGEFILES
Value: 72
πŸ‘ Image

An image file.
SIID_VIDEOFILES
Value: 73
πŸ‘ Image

A video file.
SIID_MIXEDFILES
Value: 74
πŸ‘ Image

A mixed file.
SIID_FOLDERBACK
Value: 75
πŸ‘ Image

Folder back.
SIID_FOLDERFRONT
Value: 76
πŸ‘ Image

Folder front.
SIID_SHIELD
Value: 77
πŸ‘ Image

Security shield. Use for UAC prompts only.
SIID_WARNING
Value: 78
πŸ‘ Image

Warning.
SIID_INFO
Value: 79
πŸ‘ Image

Informational.
SIID_ERROR
Value: 80
πŸ‘ Image

Error.
SIID_KEY
Value: 81
πŸ‘ Image

Key.
SIID_SOFTWARE
Value: 82
πŸ‘ Image

Software.
SIID_RENAME
Value: 83
πŸ‘ Image

A UI item, such as a button, that issues a rename command.
SIID_DELETE
Value: 84
πŸ‘ Image

A UI item, such as a button, that issues a delete command.
SIID_MEDIAAUDIODVD
Value: 85
πŸ‘ Image

Audio DVD media.
SIID_MEDIAMOVIEDVD
Value: 86
πŸ‘ Image

Movie DVD media.
SIID_MEDIAENHANCEDCD
Value: 87
πŸ‘ Image

Enhanced CD media.
SIID_MEDIAENHANCEDDVD
Value: 88
πŸ‘ Image

Enhanced DVD media.
SIID_MEDIAHDDVD
Value: 89
πŸ‘ Image

High definition DVD media in the HD DVD format.
SIID_MEDIABLURAY
Value: 90
πŸ‘ Image

High definition DVD media in the Blu-ray Discβ„’ format.
SIID_MEDIAVCD
Value: 91
πŸ‘ Image

Video CD (VCD) media.
SIID_MEDIADVDPLUSR
Value: 92
πŸ‘ Image

DVD+R media.
SIID_MEDIADVDPLUSRW
Value: 93
πŸ‘ Image

DVD+RW media.
SIID_DESKTOPPC
Value: 94
πŸ‘ Image

A desktop computer.
SIID_MOBILEPC
Value: 95
πŸ‘ Image

A mobile computer (laptop).
SIID_USERS
Value: 96
πŸ‘ Image

The User Accounts Control Panel item.
SIID_MEDIASMARTMEDIA
Value: 97
πŸ‘ Image

Smart media.
SIID_MEDIACOMPACTFLASH
Value: 98
πŸ‘ Image

CompactFlash media.
SIID_DEVICECELLPHONE
Value: 99
πŸ‘ Image

A cell phone.
SIID_DEVICECAMERA
Value: 100
πŸ‘ Image

A digital camera.
SIID_DEVICEVIDEOCAMERA
Value: 101
πŸ‘ Image

A digital video camera.
SIID_DEVICEAUDIOPLAYER
Value: 102
πŸ‘ Image

An audio player.
SIID_NETWORKCONNECT
Value: 103
πŸ‘ Image

Connect to network.
SIID_INTERNET
Value: 104
πŸ‘ Image

The Network and Internet Control Panel item.
SIID_ZIPFILE
Value: 105
πŸ‘ Image

A compressed file with a .zip file name extension.
SIID_SETTINGS
Value: 106
πŸ‘ Image

The Additional Options Control Panel item.
SIID_DRIVEHDDVD
Value: 132
πŸ‘ Image

Windows Vista with Service Pack 1 (SP1) and later. High definition DVD drive (any type - HD DVD-ROM, HD DVD-R, HD-DVD-RAM) that uses the HD DVD format.
SIID_DRIVEBD
Value: 133
πŸ‘ Image

Windows Vista with SP1 and later. High definition DVD drive (any type - BD-ROM, BD-R, BD-RE) that uses the Blu-ray Disc format.
SIID_MEDIAHDDVDROM
Value: 134
πŸ‘ Image

Windows Vista with SP1 and later. High definition DVD-ROM media in the HD DVD-ROM format.
SIID_MEDIAHDDVDR
Value: 135
πŸ‘ Image

Windows Vista with SP1 and later. High definition DVD-R media in the HD DVD-R format.
SIID_MEDIAHDDVDRAM
Value: 136
πŸ‘ Image

Windows Vista with SP1 and later. High definition DVD-RAM media in the HD DVD-RAM format.
SIID_MEDIABDROM
Value: 137
πŸ‘ Image

Windows Vista with SP1 and later. High definition DVD-ROM media in the Blu-ray Disc BD-ROM format.
SIID_MEDIABDR
Value: 138
πŸ‘ Image

Windows Vista with SP1 and later. High definition write-once media in the Blu-ray Disc BD-R format.
SIID_MEDIABDRE
Value: 139
πŸ‘ Image

Windows Vista with SP1 and later. High definition read/write media in the Blu-ray Disc BD-RE format.
SIID_CLUSTEREDDRIVE
Value: 140
πŸ‘ Image

Windows Vista with SP1 and later. A cluster disk array.
SIID_MAX_ICONS
Value: 181
The highest valid value in the enumeration. Values over 160 are Windows 7-only icons.

Remarks

SIID_INVALID, with a value of -1, indicates an invalid SHSTOCKICONID value.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header shellapi.h

Feedback

Was this page helpful?

Additional resources