Home | History | Annotate | Download | only in isimpledom

Lines Matching refs:BSTR

48 cpp_quote("//  /* [out] */ BSTR  *nodeName,   // For elements, this is the tag name")
50 cpp_quote("// /* [out] */ BSTR *nodeValue, ")
61 cpp_quote("// /* [out] */ BSTR *attribNames,")
63 cpp_quote("// /* [out] */ BSTR *attribValues);")
70 cpp_quote("// /* [in] */ BSTR *attribNames,")
72 cpp_quote("// /* [out] */ BSTR *attribValues);")
81 cpp_quote("// /* [out] */ BSTR *styleProperties, ")
82 cpp_quote("// /* [out] */ BSTR *styleValues);")
91 cpp_quote("// /* [in] */ BSTR *styleProperties, ")
92 cpp_quote("// /* [out] */ BSTR *styleValues);")
115 cpp_quote("// get_innerHTML(/* [out] */ BSTR *htmlText);")
125 cpp_quote("// get_language(/* [out] */ BSTR *htmlText);")
161 [out] BSTR *nodeName, // for performance returns NULL for text nodes (true nodeName would be "#text")
163 [out] BSTR *nodeValue,
171 [out, size_is(maxAttribs), length_is(*numAttribs)] BSTR *attribNames,
173 [out, size_is(maxAttribs), length_is(*numAttribs)] BSTR *attribValues,
179 [in, size_is(numAttribs), length_is(numAttribs)] BSTR *attribNames,
181 [out, retval, size_is(numAttribs), length_is(numAttribs)] BSTR *attribValues
187 [out, size_is(maxStyleProperties), length_is(*numStyleProperties)] BSTR *styleProperties,
188 [out, size_is(maxStyleProperties), length_is(*numStyleProperties)] BSTR *styleValues,
195 [in, size_is(numStyleProperties), length_is(numStyleProperties)] BSTR *styleProperties,
196 [out, retval, size_is(numStyleProperties), length_is(numStyleProperties)] BSTR *styleValues
209 [propget] HRESULT innerHTML([out, retval] BSTR *innerHTML);
213 [propget, id(DISPID_NODE_LANGUAGE)] HRESULT language([out, retval] BSTR *language);