Windows special folder IDs

DEF ENUM enumeration name KCML_SPECIAL_FOLDER_IDS_ENUM

Enumeration ValueValueDescription
_CSIDL_DESKTOP0x0Desktop
_CSIDL_PROGRAMS0x2Start Menu\Programs
_CSIDL_CONTROLS0x3My Computer\Control Panel
_CSIDL_PRINTERS0x4My Computer\Printers
_CSIDL_PERSONAL0x5My Documents
_CSIDL_FAVORITES0x6<user>\Favorites
_CSIDL_STARTUP0x7Start Menu\Programs\Startup
_CSIDL_RECENT0x8<user>\Recent
_CSIDL_SENDTO0x9<user>\SendTo
_CSIDL_BITBUCKET0xA<desktop>\Recycle Bin
_CSIDL_STARTMENU0xB<user>\Start Menu
_CSIDL_MYMUSIC0xD"My Music" folder
_CSIDL_MYVIDEO0xE"My Videos" folder
_CSIDL_DRIVES0x11My Computer
_CSIDL_NETWORK0x12Network Neighborhood (My Network Places)
_CSIDL_NETHOOD0x13<user>\nethood
_CSIDL_FONTS0x14windows\fonts
_CSIDL_COMMON_STARTMENU0x16All Users\Start Menu
_CSIDL_COMMON_PROGRAMS0x17All Users\Start Menu\Programs
_CSIDL_COMMON_STARTUP0x18All Users\Startup
_CSIDL_COMMON_DESKTOPDIRECTORY0x19All Users\Desktop
_CSIDL_APPDATA0x1A<user>\Application Data
_CSIDL_PRINTHOOD0x1B<user>\PrintHood
_CSIDL_LOCAL_APPDATA0x1C<user>\Local Settings\Applicaiton Data (non roaming)
_CSIDL_ALTSTARTUP0x1Dnon localized startup
_CSIDL_COMMON_ALTSTARTUP0x1Enon localized common startup
_CSIDL_COMMON_APPDATA0x23All Users\Application Data
_CSIDL_WINDOWS0x24Windows Directory
_CSIDL_SYSTEM0x25System Directory
_CSIDL_PROGRAM_FILES0x26Program Files
_CSIDL_MYPICTURES0x27Program Files\My Pictures
_CSIDL_PROGRAM_FILES_COMMON0x2BProgram Files\Common
_CSIDL_COMMON_TEMPLATES0x2DAll Users\Templates
_CSIDL_COMMON_DOCUMENTS0x2EAll Users\Documents
_CSIDL_COMMON_ADMINTOOLS0x2FAll Users\Start Menu\Programs\Administrative Tools
_CSIDL_ADMINTOOLS0x30<user>\Start Menu\Programs\Administrative Tools
_CSIDL_CONNECTIONS0x31Network and Dial-up Connections
_CSIDL_COMMON_MUSIC0x35All Users\My Music
_CSIDL_COMMON_PICTURES0x36All Users\My Pictures
_CSIDL_COMMON_VIDEO0x37All Users\My Video
_CSIDL_RESOURCES0x38Resource Directory
_CSIDL_RESOURCES_LOCALIZED0x39Localized Resource Directory
_CSIDL_CDBURN_AREA0x3BUSERPROFILE\Local Settings\Application Data\Microsoft\CD Burning
_CSIDL_COMPUTERSNEARME0x3DComputers Near Me (computed from Workgroup membership)

Back to the list of Enumerations and Constants