Searched refs:ppidl (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 628 HRESULT SHGetIDListFromPath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHGetIDListFromPath() argument 630 if ( IsBadWritePtr(ppidl, sizeof(LPITEMIDLIST)) ) in SHGetIDListFromPath() 649 …hResult = pDesktopFolder->ParseDisplayName( hwndOwner, (LPBC)NULL, wszPath, &chEaten, ppidl, &dwAt… in SHGetIDListFromPath() 678 HRESULT SHResolvePath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppidl ) in SHResolvePath() argument 761 if ( ppidl ) in SHResolvePath() 762 *ppidl = pidl; in SHResolvePath()
|
Completed in 9 milliseconds