Searched refs:SHBindToObject (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shldataobject.cpp | 31 return SHBindToObject(NULL, pidl, IID_PPV_ARG(IShellFolder, &spFolder)); in _BindToObject()
|
H A D | precomp.h | 251 HRESULT SHBindToObject(
|
H A D | utils.cpp | 287 HRESULT SHBindToObject( in SHBindToObject() function 376 HRESULT hr = SHBindToObject(NULL, pidl, IID_PPV_ARG(IShellLink, &pSL)); in SHELL_GetIDListTarget()
|
H A D | changenotify.cpp | 74 hr = SHBindToObject(NULL, pidlPrinters, IID_PPV_ARG(IShellFolder, &pFolder)); in Shell_ParsePrinterName()
|
H A D | brfolder.cpp | 197 hr = SHBindToObject(NULL, pidlParent, /*NULL, */ IID_PPV_ARG(IShellFolder, &lpsfParent)); in BrFolder_InitTreeView()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDesktopFolder.cpp | 110 hr = SHBindToObject(NULL, pidlLocation, IID_PPV_ARG(IShellFolder, &psfFolder)); in ShellUrlParseDisplayName() 335 SHBindToObject(NULL, pidlParent, IID_PPV_ARG(IShellFolder, &pParentFolder)); in _ParseDisplayNameByParent()
|
H A D | CRegFolder.cpp | 941 SHBindToObject(NULL, pidlFolder, IID_PPV_ARG(IShellFolder, &pOuterSF)); in CRegItemContextMenu_CreateInstance()
|
H A D | CRecycleBin.cpp | 291 if (pidlBB && SUCCEEDED(SHBindToObject(NULL, pidlBB, IID_PPV_ARG(IShellFolder, &pSF)))) in CRecycleBin_NotifyRemovedFromRecycleBin()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 3108 …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()
|