Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgutils.c1481 LPITEMIDLIST pidl = NULL; in get_special_folder() local
1485 hr = SHGetSpecialFolderLocation (NULL, csidl, &pidl); in get_special_folder()
1488 b = SHGetPathFromIDListW (pidl, path); in get_special_folder()
1491 CoTaskMemFree (pidl); in get_special_folder()