Searched refs:pPidl (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | pidl.c | 351 HRESULT WINAPI ILSaveToStream (IStream * pStream, LPCITEMIDLIST pPidl) in ILSaveToStream() argument 356 TRACE_(shell)("%p %p\n", pStream, pPidl); in ILSaveToStream() 360 wLen = ILGetSize(pPidl); in ILSaveToStream() 364 if (SUCCEEDED(IStream_Write(pStream, pPidl, wLen, NULL))) in ILSaveToStream()
|
/reactos/dll/win32/browseui/ |
H A D | shellbrowser.cpp | 3916 HRESULT GetFavsLocation(HWND hWnd, LPITEMIDLIST *pPidl) in GetFavsLocation() argument 3918 HRESULT hr = SHGetSpecialFolderLocation(hWnd, CSIDL_FAVORITES, pPidl); in GetFavsLocation() 3920 hr = SHGetSpecialFolderLocation(hWnd, CSIDL_COMMON_FAVORITES, pPidl); in GetFavsLocation()
|