xtd 0.2.0
Loading...
Searching...
No Matches
constant special item ID list

Definition

special item ID list definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ CSIDL_DESKTOP

constexpr int32_t CSIDL_DESKTOP
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The logical Desktop rather than the physical file system location.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_INTERNET

constexpr int32_t CSIDL_INTERNET
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the Internet Explorer (icon on desktop).

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROGRAMS

constexpr int32_t CSIDL_PROGRAMS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the user's program groups.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_CONTROLS

constexpr int32_t CSIDL_CONTROLS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains "My Computer\Control Panel".

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PRINTERS

constexpr int32_t CSIDL_PRINTERS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains "My Computer\Printers".

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PERSONAL

constexpr int32_t CSIDL_PERSONAL
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for documents. This member is equivalent to MyDocuments.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_FAVORITES

constexpr int32_t CSIDL_FAVORITES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for the user's favorite items.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_STARTUP

constexpr int32_t CSIDL_STARTUP
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_RECENT

constexpr int32_t CSIDL_RECENT
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the user's most recently used documents.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_SENDTO

constexpr int32_t CSIDL_SENDTO
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the Send To menu items.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_BITBUCKET

constexpr int32_t CSIDL_BITBUCKET
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the Recycle bin.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_STARTMENU

constexpr int32_t CSIDL_STARTMENU
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that contains the Start menu items.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_MYDOCUMENTS

constexpr int32_t CSIDL_MYDOCUMENTS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The My Documents folder. This member is equivalent to Personal.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_MYMUSIC

constexpr int32_t CSIDL_MYMUSIC
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The My Music folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_MYVIDEO

constexpr int32_t CSIDL_MYVIDEO
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that serves as a repository for videos that belong to a user.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_DESKTOPDIRECTORY

constexpr int32_t CSIDL_DESKTOPDIRECTORY
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_DRIVES

constexpr int32_t CSIDL_DRIVES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The My Computer folder. The MyComputer constant always yields the empty string ("") because no path is defined for the My Computer folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_NETWORK

constexpr int32_t CSIDL_NETWORK
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

A file system directory that contains Network Neighborhood (My Network Places).

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_NETHOOD

constexpr int32_t CSIDL_NETHOOD
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

A file system directory that contains the link objects that may exist in the My Network Places virtual folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_FONTS

constexpr int32_t CSIDL_FONTS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

A virtual folder that contains fonts.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_TEMPLATES

constexpr int32_t CSIDL_TEMPLATES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for document templates.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_STARTMENU

constexpr int32_t CSIDL_COMMON_STARTMENU
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_PROGRAMS

constexpr int32_t CSIDL_COMMON_PROGRAMS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

A folder for components that are shared across applications. This special folder is valid only for Windows NT, Windows 2000, and Windows XP systems.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_STARTUP

constexpr int32_t CSIDL_COMMON_STARTUP
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_DESKTOPDIRECTORY

constexpr int32_t CSIDL_COMMON_DESKTOPDIRECTORY
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_APPDATA

constexpr int32_t CSIDL_APPDATA
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PRINTHOOD

constexpr int32_t CSIDL_PRINTHOOD
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains the link objects that can exist in the Printers virtual folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_LOCAL_APPDATA

constexpr int32_t CSIDL_LOCAL_APPDATA
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_ALTSTARTUP

constexpr int32_t CSIDL_ALTSTARTUP
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains non localized startup.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_ALTSTARTUP

constexpr int32_t CSIDL_COMMON_ALTSTARTUP
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains non localized common startup.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_FAVORITES

constexpr int32_t CSIDL_COMMON_FAVORITES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains common favorites.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_INTERNET_CACHE

constexpr int32_t CSIDL_INTERNET_CACHE
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for temporary Internet files.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COOKIES

constexpr int32_t CSIDL_COOKIES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for Internet cookies.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_HISTORY

constexpr int32_t CSIDL_HISTORY
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for Internet history items.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_APPDATA

constexpr int32_t CSIDL_COMMON_APPDATA
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The directory that serves as a common repository for application-specific data that is used by all users.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_WINDOWS

constexpr int32_t CSIDL_WINDOWS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The Windows directory or SYSROOT. This corresponds to the windir% or SYSTEMROOT% environment variables.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_SYSTEM

constexpr int32_t CSIDL_SYSTEM
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The System directory.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROGRAM_FILES

constexpr int32_t CSIDL_PROGRAM_FILES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_MYPICTURES

constexpr int32_t CSIDL_MYPICTURES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The My Pictures folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROFILE

constexpr int32_t CSIDL_PROFILE
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_SYSTEMX86

constexpr int32_t CSIDL_SYSTEMX86
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The Windows System folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROGRAM_FILESX86

constexpr int32_t CSIDL_PROGRAM_FILESX86
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROGRAM_FILES_COMMON

constexpr int32_t CSIDL_PROGRAM_FILES_COMMON
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_PROGRAM_FILES_COMMONX86

constexpr int32_t CSIDL_PROGRAM_FILES_COMMONX86
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The Program Files folder.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_TEMPLATES

constexpr int32_t CSIDL_COMMON_TEMPLATES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains the templates that are available to all users. This special folder is valid only for Windows NT systems.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_DOCUMENTS

constexpr int32_t CSIDL_COMMON_DOCUMENTS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_ADMINTOOLS

constexpr int32_t CSIDL_COMMON_ADMINTOOLS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains administrative tools for all users of the computer.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_ADMINTOOLS

constexpr int32_t CSIDL_ADMINTOOLS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

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.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_CONNECTIONS

constexpr int32_t CSIDL_CONNECTIONS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains Network and Dial-up Connections.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_MUSIC

constexpr int32_t CSIDL_COMMON_MUSIC
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that serves as a repository for music files common to all users.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_PICTURES

constexpr int32_t CSIDL_COMMON_PICTURES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that serves as a repository for image files common to all users.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_VIDEO

constexpr int32_t CSIDL_COMMON_VIDEO
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that serves as a repository for video files common to all users.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_RESOURCES

constexpr int32_t CSIDL_RESOURCES
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains resource data.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_RESOURCES_LOCALIZED

constexpr int32_t CSIDL_RESOURCES_LOCALIZED
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains localized resource data.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMMON_OEM_LINKS

constexpr int32_t CSIDL_COMMON_OEM_LINKS
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

This value is recognized in Windows Vista for backward compatibility, but the special folder itself is no longer used.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_CDBURN_AREA

constexpr int32_t CSIDL_CDBURN_AREA
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that acts as a staging area for files waiting to be written to a CD.

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_COMPUTERSNEARME

constexpr int32_t CSIDL_COMPUTERSNEARME
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

Library
xtd.core.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CSIDL_HOME

constexpr int32_t CSIDL_HOME
constexpr

#include <xtd.core.native/include/xtd/native/constant_special_item_id_list.h>

The file system directory that contains home folder.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only