Home
last modified time | relevance | path

Searched refs:szContainerApp (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/ole32/
H A Ddefaulthandler.c424 LPCOLESTR szContainerApp, in DefaultHandler_SetHostNames() argument
431 debugstr_w(szContainerApp), in DefaultHandler_SetHostNames()
437 IOleObject_SetHostNames(This->pOleDelegate, szContainerApp, szContainerObj); in DefaultHandler_SetHostNames()
447 if (szContainerApp) in DefaultHandler_SetHostNames()
450 (lstrlenW(szContainerApp) + 1) * sizeof(WCHAR) ))) in DefaultHandler_SetHostNames()
451 lstrcpyW( This->containerApp, szContainerApp ); in DefaultHandler_SetHostNames()
/reactos/dll/win32/ieframe/
H A Doleobject.c571 static HRESULT WINAPI OleObject_SetHostNames(IOleObject *iface, LPCOLESTR szContainerApp, in OleObject_SetHostNames() argument
576 TRACE("(%p)->(%s, %s)\n", This, debugstr_w(szContainerApp), debugstr_w(szContainerObj)); in OleObject_SetHostNames()
/reactos/dll/win32/mshtml/
H A Doleobj.c451 static HRESULT WINAPI OleObject_SetHostNames(IOleObject *iface, LPCOLESTR szContainerApp, LPCOLESTR… in OleObject_SetHostNames() argument
454 FIXME("(%p)->(%s %s)\n", This, debugstr_w(szContainerApp), debugstr_w(szContainerObj)); in OleObject_SetHostNames()
/reactos/dll/win32/msxml3/
H A Dxmlview.c1254 LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) in XMLView_OleObject_SetHostNames() argument
1257 FIXME("(%p)->(%s %s)\n", This, debugstr_w(szContainerApp), debugstr_w(szContainerObj)); in XMLView_OleObject_SetHostNames()
/reactos/sdk/include/psdk/
H A Doleidl.idl670 [in] LPCOLESTR szContainerApp,
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp3675 virtual HRESULT STDMETHODCALLTYPE SetHostNames(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) in SetHostNames() argument
3678 dbgprintf(TEXT("IOleObject::SetHostNames(%ls, %ls)"), szContainerApp, szContainerObj); in SetHostNames()
3679 HRESULT hr = pIOleObject->SetHostNames(szContainerApp, szContainerObj); in SetHostNames()
/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c1039 static HRESULT WINAPI OleObject_SetHostNames(IOleObject *iface, LPCOLESTR szContainerApp, LPCOLESTR… in OleObject_SetHostNames() argument
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp4780 virtual STDMETHODIMP IOleObject::SetHostNames(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) in SetHostNames() argument
/reactos/modules/rostests/winetests/ole32/
H A Dole2.c334 LPCOLESTR szContainerApp, in OleObject_SetHostNames() argument