/reactos/modules/rostests/apitests/shell32/ |
H A D | shelltest.cpp | 52 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 D | bindctx.c | 556 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 D | utils.cpp | 492 _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 D | precomp.h | 291 _Out_ LPBC *ppbc);
|
/reactos/dll/win32/shlwapi/ |
H A D | propbag.cpp | 1513 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 D | shellbrowser.c | 511 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 D | commonbrowser.h | 72 STDMETHOD(GetHistoryObject)(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) override;
|
H A D | commonbrowser.cpp | 163 …ETHODCALLTYPE CCommonBrowser::GetHistoryObject(IOleObject **ppole, IStream **pstm, IBindCtx **ppbc) in GetHistoryObject() argument
|
H A D | shellbrowser.cpp | 446 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 D | moniker.c | 879 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 D | shdeprecated.idl | 272 [out] IBindCtx **ppbc);
|
H A D | objbase.h | 825 _Outptr_ LPBC *ppbc);
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | misc.c | 1624 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 D | pidl.c | 64 _Out_ LPBC *ppbc);
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 3925 IBindCtx **ppbc) in BrowserService_GetHistoryObject() argument
|