Home
last modified time | relevance | path

Searched refs:ppbc (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rostests/apitests/shell32/
H A Dshelltest.cpp52 CreateBindCtxWithOpts(_In_ BIND_OPTS *pbo, _Outptr_ IBindCtx **ppbc) in CreateBindCtxWithOpts() argument
62 *ppbc = SUCCEEDED(hr) ? spbc.Detach() : NULL; in CreateBindCtxWithOpts()
67 CreateFileSysBindCtx(_Outptr_ IBindCtx **ppbc) in CreateFileSysBindCtx() argument
78 *ppbc = SUCCEEDED(hr) ? spbc.Detach() : NULL; in CreateFileSysBindCtx()
/reactos/dll/win32/ole32/
H A Dbindctx.c556 HRESULT WINAPI CreateBindCtx(DWORD reserved, LPBC * ppbc) in CreateBindCtx() argument
561 TRACE("(%d,%p)\n",reserved,ppbc); in CreateBindCtx()
563 if (!ppbc) return E_INVALIDARG; in CreateBindCtx()
565 *ppbc = NULL; in CreateBindCtx()
584 return BindCtxImpl_QueryInterface(&newBindCtx->IBindCtx_iface,&IID_IBindCtx,(void**)ppbc); in CreateBindCtx()
/reactos/dll/win32/shell32/
H A Dutils.cpp492 _Out_ LPBC *ppbc) in BindCtx_RegisterObjectParam() argument
497 *ppbc = pBindCtx; in BindCtx_RegisterObjectParam()
505 hr = CreateBindCtx(0, ppbc); in BindCtx_RegisterObjectParam()
513 hr = (*ppbc)->RegisterObjectParam(pszKey, punk); in BindCtx_RegisterObjectParam()
520 (*ppbc)->Release(); in BindCtx_RegisterObjectParam()
521 *ppbc = NULL; in BindCtx_RegisterObjectParam()
H A Dprecomp.h291 _Out_ LPBC *ppbc);
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp1513 static HRESULT BindCtx_CreateWithMode(DWORD dwMode, IBindCtx **ppbc) in BindCtx_CreateWithMode() argument
1515 HRESULT hr = ::CreateBindCtx(0, ppbc); in BindCtx_CreateWithMode()
1519 IBindCtx *pbc = *ppbc; in BindCtx_CreateWithMode()
1527 *ppbc = NULL; in BindCtx_CreateWithMode()
/reactos/dll/win32/ieframe/
H A Dshellbrowser.c511 IBindCtx **ppbc) in BrowserService_GetHistoryObject() argument
514 FIXME("%p %p %p %p\n", This, ppole, pstm, ppbc); in BrowserService_GetHistoryObject()
/reactos/dll/win32/browseui/
H A Dcommonbrowser.h72 STDMETHOD(GetHistoryObject)(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) override;
H A Dcommonbrowser.cpp163 …ETHODCALLTYPE CCommonBrowser::GetHistoryObject(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) in GetHistoryObject() argument
H A Dshellbrowser.cpp446 STDMETHOD(GetHistoryObject)(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) override;
2746 …METHODCALLTYPE CShellBrowser::GetHistoryObject(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) in GetHistoryObject() argument
2748 if (ppole == NULL || pstm == NULL || ppbc == NULL) in GetHistoryObject()
2756 *ppbc = fHistoryBindContext; in GetHistoryObject()
/reactos/modules/rostests/winetests/ole32/
H A Dmoniker.c879 LPBC *ppbc; in test_MkParseDisplayName() member
910 hr = MkParseDisplayName(invalid_parameters[i].ppbc ? *invalid_parameters[i].ppbc : NULL, in test_MkParseDisplayName()
/reactos/sdk/include/psdk/
H A Dshdeprecated.idl272 [out] IBindCtx **ppbc);
H A Dobjbase.h825 _Outptr_ LPBC *ppbc);
/reactos/modules/rostests/winetests/urlmon/
H A Dmisc.c1624 LPBC *ppbc; in test_MkParseDisplayNameEx() member
1656 hres = MkParseDisplayNameEx(invalid_parameters[i].ppbc ? *invalid_parameters[i].ppbc : NULL, in test_MkParseDisplayNameEx()
/reactos/dll/win32/shell32/wine/
H A Dpidl.c64 _Out_ LPBC *ppbc);
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c3925 IBindCtx **ppbc) in BrowserService_GetHistoryObject() argument