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
26 lines
923 B
#ifndef __FOLDERTYPES_H__
|
|
#define __FOLDERTYPES_H__
|
|
|
|
|
|
// used in folder customization and sniffing
|
|
|
|
#define PROPSTR_FOLDERTYPE L"FolderType"
|
|
|
|
#define STR_TYPE_DOCUMENTS L"Documents"
|
|
#define STR_TYPE_MYDOCUMENTS L"MyDocuments"
|
|
#define STR_TYPE_PICTURES L"Pictures"
|
|
#define STR_TYPE_MYPICTURES L"MyPictures"
|
|
#define STR_TYPE_PHOTOALBUM L"PhotoAlbum"
|
|
#define STR_TYPE_MUSIC L"Music"
|
|
#define STR_TYPE_MYMUSIC L"MyMusic"
|
|
#define STR_TYPE_MUSICARTIST L"MusicArtist"
|
|
#define STR_TYPE_MUSICALBUM L"MusicAlbum"
|
|
#define STR_TYPE_VIDEOS L"Videos"
|
|
#define STR_TYPE_MYVIDEOS L"MyVideos"
|
|
#define STR_TYPE_VIDEOALBUM L"VideoAlbum"
|
|
#define STR_TYPE_BOOKS L"Books"
|
|
#define STR_TYPE_USELEGACYHTT L"UseLegacyHTT"
|
|
#define STR_TYPE_COMMONDOCUMENTS L"CommonDocuments"
|
|
|
|
|
|
#endif
|