Searched refs:IShellFolderView (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/shell32/droptargets/ |
H A D | CFSDropTarget.h | 46 HRESULT _RepositionItems(IShellFolderView *psfv, IDataObject *pDataObject, POINTL pt);
|
H A D | CFSDropTarget.cpp | 277 HRESULT CFSDropTarget::_RepositionItems(IShellFolderView *psfv, IDataObject *pdtobj, POINTL pt) in _RepositionItems() 447 CComPtr<IShellFolderView> psfv; in Drop() 448 … HRESULT hr = IUnknown_QueryService(m_site, SID_IFolderView, IID_PPV_ARG(IShellFolderView, &psfv)); in Drop()
|
/reactos/dll/win32/browseui/shellfind/ |
H A D | CFindFolder.h | 68 CComPtr<IShellFolderView> m_shellFolderView;
|
H A D | CFindFolder.cpp | 765 …return ((IShellView * ) * ppvOut)->QueryInterface(IID_PPV_ARG(IShellFolderView, &m_shellFolderView… in CreateViewObject() 787 CComPtr<IShellFolderView> m_shellFolderView; 839 …static HRESULT Create(IShellFolderView *pShellFolderView, IContextMenu *pInnerContextMenu, IContex… in Create()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | IShellFolderViewCB.cpp | 581 CComPtr<IShellFolderView> folderView; in START_TEST() 582 hr = psv->QueryInterface(IID_PPV_ARG(IShellFolderView, &folderView)); in START_TEST()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 225 public IShellFolderView, 555 COM_INTERFACE_ENTRY_IID(IID_IShellFolderView, IShellFolderView) 4698 CComPtr<IShellFolderView> sfv; in SHCreateShellFolderView() 4699 if (SUCCEEDED(psv->QueryInterface(IID_PPV_ARG(IShellFolderView, &sfv)))) in SHCreateShellFolderView()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 886 #define INTERFACE IShellFolderView 888 DECLARE_INTERFACE_(IShellFolderView, IUnknown) in DECLARE_INTERFACE_() argument
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlview.c | 914 IShellFolderView *folderview; in test_IShellFolderView()
|