FOLDERTYPEID
The FOLDERTYPEID values represent a view template applied to a folder, usually based on its intended use and contents.
Constant | Description |
---|---|
|
Introduced in Windows 7. A folder that contains communication-related files such as emails, calendar information, and contact information. |
|
The folder is a compressed archive, such as a compressed file with a .zip file name extension. |
|
A folder that contains email contact information. |
|
The Control Panel in category view. This is a virtual folder. |
|
The Control Panel in classic view. This is a virtual folder. |
|
The folder contains document files. These can be of mixed format—.doc, .txt, and others. |
|
The folder is the Games folder found in the Start menu. |
|
Introduced in Windows 7. The folder does not fall under one of the other FOLDERTYPEID categories. |
|
Introduced in Windows 7. The folder is a library, but of no specified type. |
|
Introduced in Windows 7. The folder contains search results, but they are of mixed or no specific type. |
|
The folder is invalid. There are several things that can cause this judgement: hard disk errors, file system errors, and compression errors among them. |
|
A default library view without a more specific template. This value is not supported in Windows 7 and later systems. |
|
Introduced in Windows 7. The folder contains audio files, such as .mp3 and .wma files. |
|
A list of music files displayed in Details view. This value is not supported in Windows 7 and later systems. |
|
A list of music files displayed in Icons view. This value is not supported in Windows 7 and later systems. |
|
The Network Explorer folder. |
|
No particular content type has been detected or specified. This value is not supported in Windows 7 and later systems. |
|
Introduced in Windows 7. The folder contains federated search OpenSearch results. |
|
Introduced in Windows 7. |
|
Image files, such as .jpg, .tif, or .png files. |
|
Printers that have been added to the system. This is a virtual folder. |
|
Introduced in Windows 7. A homegroup user's libraries. |
|
Introduced in Windows 7. The folder contains recorded television broadcasts. |
|
The Recycle Bin. This is a virtual folder. |
|
Introduced in Windows 7. The folder contains saved game states. |
|
Introduced in Windows 7. |
|
Introduced in Windows 7. A user's Searches folder, normally found at C:\Users\username\Searches. |
|
Introduced in Windows 7. |
|
The software explorer window used by the Add or Remove Programs control panel icon. |
|
Introduced in Windows 7. A user's Start Menu folder, normally found at C:\Users\username\Start Menu. |
|
The folder is the FOLDERID_UsersFiles folder. |
|
Introduced in Windows 7. The view shown when the user clicks the Windows Explorer button on the taskbar. |
|
Introduced in Windows 8. The folder contains the image files used with the current user's account. |
|
Introduced in Windows 7. The folder contains video files. These can be of mixed format—.wmv, .mov, and others. |
|
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and does not fall under one of the other FOLDERTYPEID categories. |
|
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains document files. These can be of mixed format—.doc, .txt, and others. |
|
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains image files, such as .jpg, .tif, or .png files. |
|
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains audio files, such as .mp3 and .wma files. |
|
Introduced in Windows 8.1. The folder is a MSFT_StorageProvider folder and contains video files. These can be of mixed format—.wmv, .mov, and others. |
Remarks
FOLDERTYPEID values are GUIDs and are declared in Shlguid.h.
In practice, any FOLDERTYPEID value can be applied to any folder regardless of that folder's contents. The FOLDERTYPEID is a view template only, supplying appropriate layout and columns for the expected folder content. There is no verification of the folder contents against the FOLDERTYPEID value to ensure suitability.
These and other folder types are defined in the registry under the FolderTypes subkey, which is located as shown here:
HKEY_LOCAL_MACHINE
SOFTWARE
Microsoft
Windows
CurrentVersion
Explorer
FolderTypes
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|