IXMLNodeSource::Abort
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 Values
This method returns a BSTR that contains more descriptive information about the error.
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 | IXMLNodeSource::GetErrorInfo
Send Feedback on this topic to the authors