Searched refs:pfSuccess (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | htmlstyle2.c | 156 …SULT WINAPI HTMLStyle2_removeExpression(IHTMLStyle2 *iface, BSTR propname, VARIANT_BOOL *pfSuccess) in HTMLStyle2_removeExpression() argument 159 FIXME("(%p)->(%s %p)\n", This, debugstr_w(propname), pfSuccess); in HTMLStyle2_removeExpression()
|
H A D | htmlstyle.c | 2876 LONG lFlags, VARIANT_BOOL *pfSuccess) in HTMLStyle_removeAttribute() argument 2884 TRACE("(%p)->(%s %08x %p)\n", This, debugstr_w(strAttributeName), lFlags, pfSuccess); in HTMLStyle_removeAttribute() 2894 *pfSuccess = VARIANT_FALSE; in HTMLStyle_removeAttribute() 2904 return remove_attribute(&This->dispex, dispid, pfSuccess); in HTMLStyle_removeAttribute() 2910 *pfSuccess = This->elem->filter && *This->elem->filter ? VARIANT_TRUE : VARIANT_FALSE; in HTMLStyle_removeAttribute() 2923 *pfSuccess = *ret ? VARIANT_TRUE : VARIANT_FALSE; in HTMLStyle_removeAttribute()
|
H A D | htmlelem.c | 679 LONG lFlags, VARIANT_BOOL *pfSuccess) in HTMLElement_removeAttribute() argument 685 TRACE("(%p)->(%s %x %p)\n", This, debugstr_w(strAttributeName), lFlags, pfSuccess); in HTMLElement_removeAttribute() 690 *pfSuccess = VARIANT_FALSE; in HTMLElement_removeAttribute() 710 *pfSuccess = VARIANT_TRUE; in HTMLElement_removeAttribute() 714 return remove_attribute(&This->node.event_target.dispex, id, pfSuccess); in HTMLElement_removeAttribute() 2338 VARIANT_BOOL *pfSuccess) in HTMLElement2_removeExpression() argument 2341 FIXME("(%p)->(%s %p)\n", This, debugstr_w(propname), pfSuccess); in HTMLElement2_removeExpression()
|
/reactos/sdk/include/psdk/ |
H A D | mshtml.idl | 829 [retval, out] VARIANT_BOOL *pfSuccess); 884 [out, retval] VARIANT_BOOL *pfSuccess); 1547 [retval, out] VARIANT_BOOL *pfSuccess); 4567 [retval, out] VARIANT_BOOL *pfSuccess); 5238 [retval, out] VARIANT_BOOL *pfSuccess);
|