Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.h203 LPITEMIDLIST pidl = 0; // Pointer to an Item ID list allocated below in get_shell_folder_path() local
248 if (NOERROR != SHGetSpecialFolderLocation(0, csidl, &pidl)) in get_shell_folder_path()
251 alt_csidl, &pidl)) in get_shell_folder_path()
262 r = SHGetPathFromIDList(pidl, shell_folder_path); in get_shell_folder_path()
265 pMalloc->lpVtbl->Free(pMalloc, pidl); in get_shell_folder_path()