Leaked source code of windows server 2003
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.

26 lines
923 B

  1. #ifndef __FOLDERTYPES_H__
  2. #define __FOLDERTYPES_H__
  3. // used in folder customization and sniffing
  4. #define PROPSTR_FOLDERTYPE L"FolderType"
  5. #define STR_TYPE_DOCUMENTS L"Documents"
  6. #define STR_TYPE_MYDOCUMENTS L"MyDocuments"
  7. #define STR_TYPE_PICTURES L"Pictures"
  8. #define STR_TYPE_MYPICTURES L"MyPictures"
  9. #define STR_TYPE_PHOTOALBUM L"PhotoAlbum"
  10. #define STR_TYPE_MUSIC L"Music"
  11. #define STR_TYPE_MYMUSIC L"MyMusic"
  12. #define STR_TYPE_MUSICARTIST L"MusicArtist"
  13. #define STR_TYPE_MUSICALBUM L"MusicAlbum"
  14. #define STR_TYPE_VIDEOS L"Videos"
  15. #define STR_TYPE_MYVIDEOS L"MyVideos"
  16. #define STR_TYPE_VIDEOALBUM L"VideoAlbum"
  17. #define STR_TYPE_BOOKS L"Books"
  18. #define STR_TYPE_USELEGACYHTT L"UseLegacyHTT"
  19. #define STR_TYPE_COMMONDOCUMENTS L"CommonDocuments"
  20. #endif