home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / system.tds < prev    next >
Text File  |  2003-06-06  |  5KB  |  63 lines

  1. ' Special system folders
  2.  
  3. [@CONST]
  4. {Constants}
  5. CSIDL_DESKTOP                   = 0x0000        ' <desktop>
  6. CSIDL_INTERNET                  = 0x0001        ' Internet Explorer (icon on desktop)
  7. CSIDL_PROGRAMS                  = 0x0002        ' Start Menu\Programs
  8. CSIDL_CONTROLS                  = 0x0003        ' My Computer\Control Panel
  9. CSIDL_PRINTERS                  = 0x0004        ' My Computer\Printers
  10. CSIDL_PERSONAL                  = 0x0005        ' My Documents
  11. CSIDL_FAVORITES                 = 0x0006        ' <user name>\Favorites
  12. CSIDL_STARTUP                   = 0x0007        ' Start Menu\Programs\Startup
  13. CSIDL_RECENT                    = 0x0008        ' <user name>\Recent
  14. CSIDL_SENDTO                    = 0x0009        ' <user name>\SendTo
  15. CSIDL_BITBUCKET                 = 0x000a        ' <desktop>\Recycle Bin
  16. CSIDL_RECYCLEBIN                = 0x000a        ' <desktop>\Recycle Bin
  17. CSIDL_STARTMENU                 = 0x000b        ' <user name>\Start Menu
  18. CSIDL_MYDOCUMENTS               = 0x000c        ' logical "My Documents" desktop icon
  19. CSIDL_MYMUSIC                   = 0x000d        ' "My Music" folder
  20. CSIDL_MYVIDEO                   = 0x000e        ' "My Videos" folder
  21. CSIDL_DESKTOPDIRECTORY          = 0x0010        ' <user name>\Desktop
  22. CSIDL_DRIVES                    = 0x0011        ' My Computer
  23. CSIDL_MYCOMPUTER                = 0x0011        ' My Computer
  24. CSIDL_NETWORK                   = 0x0012        ' Network Neighborhood (My Network Places)
  25. CSIDL_NETHOOD                   = 0x0013        ' <user name>\nethood
  26. CSIDL_FONTS                     = 0x0014        ' windows\fonts
  27. CSIDL_TEMPLATES                 = 0x0015
  28. CSIDL_COMMON_STARTMENU          = 0x0016        ' All Users\Start Menu
  29. CSIDL_COMMON_PROGRAMS           = 0x0017        ' All Users\Start Menu\Programs
  30. CSIDL_COMMON_STARTUP            = 0x0018        ' All Users\Startup
  31. CSIDL_COMMON_DESKTOPDIRECTORY   = 0x0019        ' All Users\Desktop
  32. CSIDL_APPDATA                   = 0x001a        ' <user name>\Application Data
  33. CSIDL_PRINTHOOD                 = 0x001b        ' <user name>\PrintHood
  34. CSIDL_LOCAL_APPDATA             = 0x001c        ' <user name>\Local Settings\Applicaiton Data (non roaming)
  35. CSIDL_ALTSTARTUP                = 0x001d        ' non localized startup
  36. CSIDL_COMMON_ALTSTARTUP         = 0x001e        ' non localized common startup
  37. CSIDL_COMMON_FAVORITES          = 0x001f        ' favourites folder
  38. CSIDL_INTERNET_CACHE            = 0x0020        ' internet cache folder
  39. CSIDL_COOKIES                   = 0x0021        ' cookies folder
  40. CSIDL_HISTORY                   = 0x0022        ' history folder
  41. CSIDL_COMMON_APPDATA            = 0x0023        ' All Users\Application Data
  42. CSIDL_WINDOWS                   = 0x0024        ' GetWindowsDirectory()
  43. CSIDL_SYSTEM                    = 0x0025        ' GetSystemDirectory()
  44. CSIDL_PROGRAM_FILES             = 0x0026        ' C:\Program Files
  45. CSIDL_MYPICTURES                = 0x0027        ' C:\Program Files\My Pictures
  46. CSIDL_PROFILE                   = 0x0028        ' USERPROFILE
  47. CSIDL_SYSTEMX86                 = 0x0029        ' x86 system directory on RISC
  48. CSIDL_PROGRAM_FILESX86          = 0x002a        ' x86 C:\Program Files on RISC
  49. CSIDL_PROGRAM_FILES_COMMON      = 0x002b        ' C:\Program Files\Common
  50. CSIDL_PROGRAM_FILES_COMMONX86   = 0x002c        ' x86 Program Files\Common on RISC
  51. CSIDL_COMMON_TEMPLATES          = 0x002d        ' All Users\Templates
  52. CSIDL_COMMON_DOCUMENTS          = 0x002e        ' All Users\Documents
  53. CSIDL_COMMON_ADMINTOOLS         = 0x002f        ' All Users\Start Menu\Programs\Administrative Tools
  54. CSIDL_ADMINTOOLS                = 0x0030        ' <user name>\Start Menu\Programs\Administrative Tools
  55. CSIDL_CONNECTIONS               = 0x0031        ' Network and Dial-up Connections
  56. CSIDL_COMMON_MUSIC              = 0x0035        ' All Users\My Music
  57. CSIDL_COMMON_PICTURES           = 0x0036        ' All Users\My Pictures
  58. CSIDL_COMMON_VIDEO              = 0x0037        ' All Users\My Video
  59. CSIDL_RESOURCES                 = 0x0038        ' Resource Direcotry
  60. CSIDL_RESOURCES_LOCALIZED       = 0x0039        ' Localized Resource Direcotry
  61. CSIDL_COMMON_OEM_LINKS          = 0x003a        ' Links to All Users OEM specific apps
  62. CSIDL_CDBURN_AREA               = 0x003b        ' USERPROFILE\Local Settings\Application Data\Microsoft\CD Burning
  63. CSIDL_COMPUTERSNEARME           = 0x003d        ' Computers Near Me (computered from Workgroup membership)