Searched refs:bstrHref (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | htmldoc.c | 1676 static HRESULT WINAPI HTMLDocument_createStyleSheet(IHTMLDocument2 *iface, BSTR bstrHref, in HTMLDocument_createStyleSheet() argument 1688 TRACE("(%p)->(%s %d %p)\n", This, debugstr_w(bstrHref), lIndex, ppnewStyleSheet); in HTMLDocument_createStyleSheet() 1698 if(bstrHref && *bstrHref) { in HTMLDocument_createStyleSheet() 1699 FIXME("semi-stub for href %s\n", debugstr_w(bstrHref)); in HTMLDocument_createStyleSheet()
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | httpreq.c | 959 static HRESULT WINAPI htmldoc2_createStyleSheet(IHTMLDocument2 *iface, BSTR bstrHref, in htmldoc2_createStyleSheet() argument
|
/reactos/sdk/include/psdk/ |
H A D | mshtml.idl | 14234 [defaultvalue(""), in] BSTR bstrHref, 15257 [defaultvalue(""), in] BSTR bstrHref,
|