Home
last modified time | relevance | path

Searched refs:ppsf (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/winetests/rpcrt4/
H A Dcstub.c484 IPSFactoryBuffer *ppsf = NULL; in test_NdrDllGetClassObject() local
629 IPSFactoryBuffer_Release(ppsf); in test_NdrDllGetClassObject()
636 IPSFactoryBuffer_Release(ppsf); in test_NdrDllGetClassObject()
668 return ppsf; in test_NdrDllGetClassObject()
1423 IPSFactoryBuffer *ppsf; in START_TEST() local
1438 test_CreateProxy(ppsf); in START_TEST()
1439 test_CreateStub(ppsf); in START_TEST()
1440 test_Connect(ppsf); in START_TEST()
1441 test_Disconnect(ppsf); in START_TEST()
1442 test_Release(ppsf); in START_TEST()
[all …]
/reactos/dll/win32/comdlg32/
H A Dcdlg.h204 …ValidatePathAction(struct FileOpenDlgInfos *fodInfos, LPWSTR lpstrPathAndFile, IShellFolder **ppsf,
207 int FILEDLG95_ValidatePathAction(LPWSTR lpstrPathAndFile, IShellFolder **ppsf,
H A Dfiledlg.c2959 IShellFolder **ppsf, HWND hwnd, DWORD flags, BOOL isSaveDlg, in FILEDLG95_ValidatePathAction() argument
2962 int FILEDLG95_ValidatePathAction(LPWSTR lpstrPathAndFile, IShellFolder **ppsf, in FILEDLG95_ValidatePathAction()
2978 if (FAILED (SHGetDesktopFolder(ppsf))) return FALSE; in FILEDLG95_ValidatePathAction()
3009 TRACE("parse now=%s next=%s sf=%p\n",debugstr_w(lpwstrTemp), debugstr_w(lpszTemp), *ppsf); in FILEDLG95_ValidatePathAction()
3020 …if(SUCCEEDED(IShellFolder_ParseDisplayName(*ppsf, hwnd, NULL, lpwstrTemp, &dwEaten, &pidl, &dwAttr… in FILEDLG95_ValidatePathAction()
3026 … if(FAILED(IShellFolder_BindToObject(*ppsf, pidl, 0, &IID_IShellFolder, (LPVOID*)&lpsfChild))) in FILEDLG95_ValidatePathAction()
3031 IShellFolder_Release(*ppsf); in FILEDLG95_ValidatePathAction()
3032 *ppsf = lpsfChild; in FILEDLG95_ValidatePathAction()
/reactos/dll/win32/shell32/
H A DCFolder.cpp76 HRESULT STDMETHODCALLTYPE CFolder::get_ParentFolder(Folder **ppsf) in get_ParentFolder() argument
80 *ppsf = NULL; in get_ParentFolder()
H A DCShellItem.h38 HRESULT get_parent_shellfolder(IShellFolder **ppsf);
H A DCFolder.h33 STDMETHOD(get_ParentFolder)(Folder **ppsf) override;
H A DCShellItem.cpp61 HRESULT CShellItem::get_parent_shellfolder(IShellFolder **ppsf) in get_parent_shellfolder() argument
72 hr = desktop->BindToObject(parent_pidl, NULL, IID_PPV_ARG(IShellFolder, ppsf)); in get_parent_shellfolder()
/reactos/dll/win32/shell32/shellmenu/
H A DCMergedFolder.h225 STDMETHOD(QueryNameSpace)(ULONG dwUnknown, LPGUID lpGuid, IShellFolder ** ppsf) override;
227 …STDMETHOD(UnWrapIDList)(LPCITEMIDLIST pcidl, LONG lUnknown, IShellFolder ** ppsf, LPITEMIDLIST * p…
H A DCMergedFolder.cpp438 …DMETHODCALLTYPE CMergedFolder::QueryNameSpace(ULONG dwUnknown, LPGUID lpGuid, IShellFolder ** ppsf) in QueryNameSpace() argument
450 …dFolder::UnWrapIDList(LPCITEMIDLIST pcidl, LONG lUnknown, IShellFolder ** ppsf, LPITEMIDLIST * ppi… in UnWrapIDList() argument
/reactos/sdk/include/psdk/
H A Dshldisp.idl188 HRESULT ParentFolder( [out, retval] Folder **ppsf );