Searched refs:szContainerApp (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | defaulthandler.c | 424 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 D | oleobject.c | 571 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 D | oleobj.c | 451 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 D | xmlview.c | 1254 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 D | oleidl.idl | 670 [in] LPCOLESTR szContainerApp,
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 3675 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 D | activex.c | 1039 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 D | activex.cpp | 4780 virtual STDMETHODIMP IOleObject::SetHostNames(LPCOLESTR szContainerApp, LPCOLESTR szContainerObj) in SetHostNames() argument
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | ole2.c | 334 LPCOLESTR szContainerApp, in OleObject_SetHostNames() argument
|