IXMLNodeSource::GetURL
4/8/2010
This method returns the URL That Is 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 Value
This function returns S_OK if the function is successful. Otherwise, an error code is returned (E_FAIL).
Requirements
Header | xmlparser.h |
Library | xmlparser.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |