Searched refs:p_SHGetKnownFolderPath (Results 1 – 1 of 1) sorted by relevance
2269 t_SHGetKnownFolderPath p_SHGetKnownFolderPath; in load_user_special_dirs() local2276 p_SHGetKnownFolderPath = (t_SHGetKnownFolderPath) GetProcAddress (LoadLibrary ("shell32.dll"), in load_user_special_dirs()2282 if (p_SHGetKnownFolderPath == NULL) in load_user_special_dirs()2289 (*p_SHGetKnownFolderPath) (&FOLDERID_Downloads, 0, NULL, &wcp); in load_user_special_dirs()2299 if (p_SHGetKnownFolderPath == NULL) in load_user_special_dirs()2307 (*p_SHGetKnownFolderPath) (&FOLDERID_Public, 0, NULL, &wcp); in load_user_special_dirs()