IXMLNodeSource::GetErrorInfo

4/8/2010

This method returns a BSTR value that contains more descriptive information about the error (the same BSTR value that was provided to the IXMLNodeSource::Abort method).

Syntax

HRESULT GetErrorInfo( 
  BSTR * pbstrErrorInfo
);

Parameters

  • pbstrErrorInfo
    [out] Pointer to the BSTR value that contains more descriptive information about the error

Return Value

Returns a BSTR that contains more descriptive information about the error (the same BSTR value that was provided to the IXMLNodeSource::Abort method).

Requirements

Header xmlparser.h
Library xmlparser.lib
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also

Reference

IXMLNodeSource
IXMLNodeSource::Abort