msxml2.h
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
E_XML_NOTWF | 0xc00ce223 | Validate failed because the document is not well formed. |
E_XML_NODTD | 0xc00ce224 | The node is neither Valid nor Invalid because no DTD/Schema declaration was found. |
E_XML_INVALID | 0xc00ce225 | Validate failed because of a DTD/Schema violation. |
E_XML_BUFFERTOOSMALL | 0xc00ce226 | Buffer passed in is too small to receive the data. |
4 entries |