Lines Matching refs:alt_csidl
206 int alt_csidl = -1; in get_shell_folder_path() local
216 alt_csidl = CSIDL_DESKTOP; in get_shell_folder_path()
222 alt_csidl = CSIDL_PROGRAMS; in get_shell_folder_path()
235 alt_csidl = -1; in get_shell_folder_path()
250 if (alt_csidl < 0 || NOERROR != SHGetSpecialFolderLocation(0, in get_shell_folder_path()
251 alt_csidl, &pidl)) in get_shell_folder_path()
257 csidl = alt_csidl; in get_shell_folder_path()
258 alt_csidl = -1; in get_shell_folder_path()
271 if (alt_csidl >= 0) in get_shell_folder_path()
275 csidl = alt_csidl; in get_shell_folder_path()
276 alt_csidl = -1; in get_shell_folder_path()
287 if (alt_csidl >= 0) in get_shell_folder_path()
297 csidl = alt_csidl; in get_shell_folder_path()
298 alt_csidl = -1; in get_shell_folder_path()