Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp52 typedef DWORD_PTR (WINAPI * Func_SHGetFileInfoW)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, …
66 static DWORD_PTR My_SHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInf… in My_SHGetFileInfoW() argument
75 (pszPath, attrib, psfi, cbFileInfo, uFlags); in My_SHGetFileInfoW()
/third_party/lzma/CPP/Windows/
DShell.cpp546 typedef BOOL (WINAPI * Func_SHGetPathFromIDListW)(LPCITEMIDLIST pidl, LPWSTR pszPath);
547 typedef BOOL (WINAPI * Func_SHGetPathFromIDListEx)(LPCITEMIDLIST pidl, PWSTR pszPath, DWORD cchPath…