msxml3: Use IXMLDOMSelection as a main queryresult interface.
This commit is contained in:
parent
7b30c79cfd
commit
cdc8e02f5b
|
@ -91,6 +91,7 @@ static REFIID tid_ids[] = {
|
||||||
&IID_IXMLDOMParseError,
|
&IID_IXMLDOMParseError,
|
||||||
&IID_IXMLDOMProcessingInstruction,
|
&IID_IXMLDOMProcessingInstruction,
|
||||||
&IID_IXMLDOMSchemaCollection,
|
&IID_IXMLDOMSchemaCollection,
|
||||||
|
&IID_IXMLDOMSelection,
|
||||||
&IID_IXMLDOMText,
|
&IID_IXMLDOMText,
|
||||||
&IID_IXMLElement,
|
&IID_IXMLElement,
|
||||||
&IID_IXMLDOMDocument,
|
&IID_IXMLDOMDocument,
|
||||||
|
|
|
@ -85,6 +85,7 @@ typedef enum tid_t {
|
||||||
IXMLDOMParseError_tid,
|
IXMLDOMParseError_tid,
|
||||||
IXMLDOMProcessingInstruction_tid,
|
IXMLDOMProcessingInstruction_tid,
|
||||||
IXMLDOMSchemaCollection_tid,
|
IXMLDOMSchemaCollection_tid,
|
||||||
|
IXMLDOMSelection_tid,
|
||||||
IXMLDOMText_tid,
|
IXMLDOMText_tid,
|
||||||
IXMLElement_tid,
|
IXMLElement_tid,
|
||||||
IXMLDocument_tid,
|
IXMLDocument_tid,
|
||||||
|
|
|
@ -366,7 +366,7 @@ static const tid_t queryresult_iface_tids[] = {
|
||||||
};
|
};
|
||||||
static dispex_static_data_t queryresult_dispex = {
|
static dispex_static_data_t queryresult_dispex = {
|
||||||
&queryresult_dispex_vtbl,
|
&queryresult_dispex_vtbl,
|
||||||
IXMLDOMNodeList_tid,
|
IXMLDOMSelection_tid,
|
||||||
NULL,
|
NULL,
|
||||||
queryresult_iface_tids
|
queryresult_iface_tids
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue