IXMLNodeSource::Abort
4/8/2010
This method stops the IXMLNodeSource interface. IXMLNodeSource can be stopped by the caller or by the IXMLNodeFactory at any time by calling IXMLNodeSource::Abort. If IXMLNodeFactory calls IXMLNodeSource::Abort, it can also provide a BSTR value that contains more information about why the node factory is aborting. This value will then be returned from IXMLNodeSource::GetErrorInfo.
Syntax
HRESULT Abort(
BSTR bstrErrorInfo
);
Parameters
- bstrErrorInfo
[in] Contains more descriptive information about the error
Return Value
This method returns a BSTR that contains more descriptive information about the error.
Requirements
Header | xmlparser.h |
Library | xmlparser.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |