Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshldataobject.cpp31 return SHBindToObject(NULL, pidl, IID_PPV_ARG(IShellFolder, &spFolder)); in _BindToObject()
H A Dprecomp.h251 HRESULT SHBindToObject(
H A Dutils.cpp287 HRESULT SHBindToObject( in SHBindToObject() function
376 HRESULT hr = SHBindToObject(NULL, pidl, IID_PPV_ARG(IShellLink, &pSL)); in SHELL_GetIDListTarget()
H A Dchangenotify.cpp74 hr = SHBindToObject(NULL, pidlPrinters, IID_PPV_ARG(IShellFolder, &pFolder)); in Shell_ParsePrinterName()
H A Dbrfolder.cpp197 hr = SHBindToObject(NULL, pidlParent, /*NULL, */ IID_PPV_ARG(IShellFolder, &lpsfParent)); in BrFolder_InitTreeView()
/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp110 hr = SHBindToObject(NULL, pidlLocation, IID_PPV_ARG(IShellFolder, &psfFolder)); in ShellUrlParseDisplayName()
335 SHBindToObject(NULL, pidlParent, IID_PPV_ARG(IShellFolder, &pParentFolder)); in _ParseDisplayNameByParent()
H A DCRegFolder.cpp941 SHBindToObject(NULL, pidlFolder, IID_PPV_ARG(IShellFolder, &pOuterSF)); in CRegItemContextMenu_CreateInstance()
H A DCRecycleBin.cpp291 if (pidlBB && SUCCEEDED(SHBindToObject(NULL, pidlBB, IID_PPV_ARG(IShellFolder, &pSF)))) in CRecycleBin_NotifyRemovedFromRecycleBin()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c3108 …EXTERN_C HRESULT SHBindToObject(IShellFolder *psf, LPCITEMIDLIST pidl, REFIID riid, void **ppvObj); in SHGetFolderLocationHelper()
3112 if (SUCCEEDED(hr = SHBindToObject(NULL, parent, &IID_IShellFolder, (void**)&psf))) in SHGetFolderLocationHelper()