xtd 0.2.0
Loading...
Searching...
No Matches
constant_special_item_id_list.h File Reference
#include <cstdint>

Definition

Contains constant special item ID list.

Go to the source code of this file.

Variables

constexpr int32_t CSIDL_DESKTOP
 The logical Desktop rather than the physical file system location.
 
constexpr int32_t CSIDL_INTERNET
 The directory that contains the Internet Explorer (icon on desktop).
 
constexpr int32_t CSIDL_PROGRAMS
 The directory that contains the user's program groups.
 
constexpr int32_t CSIDL_CONTROLS
 The directory that contains "My Computer\Control Panel".
 
constexpr int32_t CSIDL_PRINTERS
 The directory that contains "My Computer\Printers".
 
constexpr int32_t CSIDL_PERSONAL
 The directory that serves as a common repository for documents. This member is equivalent to MyDocuments.
 
constexpr int32_t CSIDL_FAVORITES
 The directory that serves as a common repository for the user's favorite items.
 
constexpr int32_t CSIDL_STARTUP
 The directory that corresponds to the user's Startup program group. The system starts these programs whenever a user logs on or starts Windows NT or later, or starts Windows 98.
 
constexpr int32_t CSIDL_RECENT
 The directory that contains the user's most recently used documents.
 
constexpr int32_t CSIDL_SENDTO
 The directory that contains the Send To menu items.
 
constexpr int32_t CSIDL_BITBUCKET
 The directory that contains the Recycle bin.
 
constexpr int32_t CSIDL_STARTMENU
 The directory that contains the Start menu items.
 
constexpr int32_t CSIDL_MYDOCUMENTS
 The My Documents folder. This member is equivalent to Personal.
 
constexpr int32_t CSIDL_MYMUSIC
 The My Music folder.
 
constexpr int32_t CSIDL_MYVIDEO
 The file system directory that serves as a repository for videos that belong to a user.
 
constexpr int32_t CSIDL_DESKTOPDIRECTORY
 The directory used to physically store file objects on the desktop. Do not confuse this directory with the desktop folder itself, which is a virtual folder.
 
constexpr int32_t CSIDL_DRIVES
 The My Computer folder. The MyComputer constant always yields the empty string ("") because no path is defined for the My Computer folder.
 
constexpr int32_t CSIDL_NETWORK
 A file system directory that contains Network Neighborhood (My Network Places).
 
constexpr int32_t CSIDL_NETHOOD
 A file system directory that contains the link objects that may exist in the My Network Places virtual folder.
 
constexpr int32_t CSIDL_FONTS
 A virtual folder that contains fonts.
 
constexpr int32_t CSIDL_TEMPLATES
 The directory that serves as a common repository for document templates.
 
constexpr int32_t CSIDL_COMMON_STARTMENU
 The file system directory that contains the programs and folders that appear on the Start menu for all users. This special folder is valid only for Windows NT systems.
 
constexpr int32_t CSIDL_COMMON_PROGRAMS
 A folder for components that are shared across applications. This special folder is valid only for Windows NT, Windows 2000, and Windows XP systems.
 
constexpr int32_t CSIDL_COMMON_STARTUP
 The file system directory that contains the programs that appear in the Startup folder for all users. This special folder is valid only for Windows NT systems.
 
constexpr int32_t CSIDL_COMMON_DESKTOPDIRECTORY
 The file system directory that contains files and folders that appear on the desktop for all users. This special folder is valid only for Windows NT systems.
 
constexpr int32_t CSIDL_APPDATA
 The directory that serves as a common repository for application-specific data for the current roaming user. A roaming user works on more than one computer on a network. A roaming user's profile is kept on a server on the network and is loaded onto a system when the user logs on.
 
constexpr int32_t CSIDL_PRINTHOOD
 The file system directory that contains the link objects that can exist in the Printers virtual folder.
 
constexpr int32_t CSIDL_LOCAL_APPDATA
 The directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.
 
constexpr int32_t CSIDL_ALTSTARTUP
 The file system directory that contains non localized startup.
 
constexpr int32_t CSIDL_COMMON_ALTSTARTUP
 The file system directory that contains non localized common startup.
 
constexpr int32_t CSIDL_COMMON_FAVORITES
 The file system directory that contains common favorites.
 
constexpr int32_t CSIDL_INTERNET_CACHE
 The directory that serves as a common repository for temporary Internet files.
 
constexpr int32_t CSIDL_COOKIES
 The directory that serves as a common repository for Internet cookies.
 
constexpr int32_t CSIDL_HISTORY
 The directory that serves as a common repository for Internet history items.
 
constexpr int32_t CSIDL_COMMON_APPDATA
 The directory that serves as a common repository for application-specific data that is used by all users.
 
constexpr int32_t CSIDL_WINDOWS
 The Windows directory or SYSROOT. This corresponds to the windir% or SYSTEMROOT% environment variables.
 
constexpr int32_t CSIDL_SYSTEM
 The System directory.
 
constexpr int32_t CSIDL_PROGRAM_FILES
 The program files directory.On a non-x86 system, passing ProgramFiles to the GetFolderPath method returns the path for non-x86 programs. To get the x86 program files directory on a non-x86 system, use the ProgramFilesX86 member.
 
constexpr int32_t CSIDL_MYPICTURES
 The My Pictures folder.
 
constexpr int32_t CSIDL_PROFILE
 The user's profile folder. Applications should not create files or folders at this level; they should put their data under the locations referred to by ApplicationData.
 
constexpr int32_t CSIDL_SYSTEMX86
 The Windows System folder.
 
constexpr int32_t CSIDL_PROGRAM_FILESX86
 The Program Files folder On an x86 system, passing the ProgramFilesX86 member to the Environment.GetFolderPath method returns string.Empty; use the ProgramFiles member instead. You can determine whether Windows is a 32-bit operating system by calling the Environment.Is64BitOperatingSystem property.
 
constexpr int32_t CSIDL_PROGRAM_FILES_COMMON
 The directory for components that are shared across applications.To get the x86 common program files directory on a non-x86 system, use the ProgramFilesX86 member.
 
constexpr int32_t CSIDL_PROGRAM_FILES_COMMONX86
 The Program Files folder.
 
constexpr int32_t CSIDL_COMMON_TEMPLATES
 The file system directory that contains the templates that are available to all users. This special folder is valid only for Windows NT systems.
 
constexpr int32_t CSIDL_COMMON_DOCUMENTS
 The file system directory that contains documents that are common to all users. This special folder is valid for Windows NT systems, Windows 95, and Windows 98 systems with Shfolder.dll installed.
 
constexpr int32_t CSIDL_COMMON_ADMINTOOLS
 The file system directory that contains administrative tools for all users of the computer.
 
constexpr int32_t CSIDL_ADMINTOOLS
 The file system directory that is used to store administrative tools for an individual user. The Microsoft Management Console (MMC) will save customized consoles to this directory, and it will roam with the user.
 
constexpr int32_t CSIDL_CONNECTIONS
 The file system directory that contains Network and Dial-up Connections.
 
constexpr int32_t CSIDL_COMMON_MUSIC
 The file system directory that serves as a repository for music files common to all users.
 
constexpr int32_t CSIDL_COMMON_PICTURES
 The file system directory that serves as a repository for image files common to all users.
 
constexpr int32_t CSIDL_COMMON_VIDEO
 The file system directory that serves as a repository for video files common to all users.
 
constexpr int32_t CSIDL_RESOURCES
 The file system directory that contains resource data.
 
constexpr int32_t CSIDL_RESOURCES_LOCALIZED
 The file system directory that contains localized resource data.
 
constexpr int32_t CSIDL_COMMON_OEM_LINKS
 This value is recognized in Windows Vista for backward compatibility, but the special folder itself is no longer used.
 
constexpr int32_t CSIDL_CDBURN_AREA
 The file system directory that acts as a staging area for files waiting to be written to a CD.
 
constexpr int32_t CSIDL_COMPUTERSNEARME
 
constexpr int32_t CSIDL_HOME
 The file system directory that contains home folder.