EXPORT_SPEC int UpnpDownloadXmlDoc

( IN const char* url,
  OUT IXML_Document** xmlDoc )

UpnpDownloadXmlDoc downloads an XML document specified in a URL.

Documentation

UpnpDownloadXmlDoc downloads an XML document specified in a URL. The SDK parses the document and returns it in the form of a DOM document. The application is responsible for freeing the DOM document.

Parameters:
url - URL of the XML document.
xmlDoc - A pointer in which to store the XML document.
Returns:
[int] An integer representing one of the following:

Alphabetic index



This page was generated with the help of DOC++.