Home
last modified time | relevance | path

Searched refs:csidl (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Ddosinst.h205 int csidl; in get_shell_folder_path() local
215 csidl = CSIDL_COMMON_DESKTOPDIRECTORY; in get_shell_folder_path()
221 csidl = CSIDL_COMMON_PROGRAMS; in get_shell_folder_path()
234 csidl = *pcsidl; in get_shell_folder_path()
248 if (NOERROR != SHGetSpecialFolderLocation(0, csidl, &pidl)) in get_shell_folder_path()
257 csidl = alt_csidl; in get_shell_folder_path()
275 csidl = alt_csidl; in get_shell_folder_path()
297 csidl = alt_csidl; in get_shell_folder_path()
310 *pcsidl = csidl; in get_shell_folder_path()