Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dpidl.c351 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 Dshellbrowser.cpp3916 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()