IXMLNodeSource::GetURL
This method returns the URL provided in the IXMLParser::SetURL or IXMLParser::Load methods for IXMLNodeSource interfaces that use IXMLParser. Other IXMLNodeSource interfaces can return anything.
Syntax
HRESULT GetURL(
const WCHAR * ppwcBuf
);
Parameters
- ppwcBuf
[out] Pointer into the decoded XML buffer.
Return Values
This function returns S_OK if the function is successful, otherwise an error code is returned (E_FAIL).
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: xmlparser.h
Library: xmlparser.lib
See Also
IXMLNodeSource | IXMLParser::SetURL | IXMLParser::Load
Send Feedback on this topic to the authors