Searched refs:p_SHGetKnownFolderPath (Results 1 – 1 of 1) sorted by relevance
1972 t_SHGetKnownFolderPath p_SHGetKnownFolderPath; in load_user_special_dirs() local1981 …p_SHGetKnownFolderPath = (t_SHGetKnownFolderPath) GetProcAddress (GetModuleHandleW (L"shell32.dll"… in load_user_special_dirs()1987 if (p_SHGetKnownFolderPath == NULL) in load_user_special_dirs()1994 (*p_SHGetKnownFolderPath) (&FOLDERID_Downloads, 0, NULL, &wcp); in load_user_special_dirs()2009 if (p_SHGetKnownFolderPath == NULL) in load_user_special_dirs()2017 (*p_SHGetKnownFolderPath) (&FOLDERID_Public, 0, NULL, &wcp); in load_user_special_dirs()