Home
last modified time | relevance | path

Searched refs:IShellFolderView (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.h46 HRESULT _RepositionItems(IShellFolderView *psfv, IDataObject *pDataObject, POINTL pt);
H A DCFSDropTarget.cpp277 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 DCFindFolder.h68 CComPtr<IShellFolderView> m_shellFolderView;
H A DCFindFolder.cpp765 …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 DIShellFolderViewCB.cpp581 CComPtr<IShellFolderView> folderView; in START_TEST()
582 hr = psv->QueryInterface(IID_PPV_ARG(IShellFolderView, &folderView)); in START_TEST()
/reactos/dll/win32/shell32/
H A DCDefView.cpp225 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 Dshlobj.h886 #define INTERFACE IShellFolderView
888 DECLARE_INTERFACE_(IShellFolderView, IUnknown) in DECLARE_INTERFACE_() argument
/reactos/modules/rostests/winetests/shell32/
H A Dshlview.c914 IShellFolderView *folderview; in test_IShellFolderView()