Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgutils.c2269 t_SHGetKnownFolderPath p_SHGetKnownFolderPath; in load_user_special_dirs() local
2276 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()