There is a bug in the return value of the load method in ixmldomdocument.

Source: Internet
Author: User

In ixmldomdocumentLoadWhether the method return value has a bug

Ixmldomdocument Load When an XML file is returned, the returned value is inconsistent with the one described on msdn.
Msdn says:
Return values
S_ OK

The value returned if successful.

S_false

The value returned ifLoadFails.

E_invalidarg

The value returned if the issuccessful parameter is null.

I used this:

Coinitialize (null );
 IxmldomdocumentptrPdoc = NULL;
Hresult hR = pdoc. createinstance (_ uuidof (domdocument30 ));
If (! Succeeded (HR ))
{
Trace ("error: cannot create domdocument! \ N ");
Return-1;
}
HR = pdoc->Load(". \ Test. xml ");

Debugging successfulLoadThe HR value is-1.
LoadThe HR value is 0 in case of failure.
This is different from what msdn says.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.