Microsoft XML SDK 2.6 - XML Reference

IXMLDOMParseError::errorCode Method

IXMLDOMParseError::get_errorCode Method

Returns the error code of the last parse error.

Visual Basic Syntax

lValue = oXMLDOMParseError.errorCode

C/C++ Syntax

HRESULT get_errorCode(
    long *errorCode);

Parameters

errorCode [out]
Returns the error code in a decimal value.

C/C++ Return Values

S_OK
Value returned if successful.
S_FALSE
Value returned if no error occurred.

See Also

IXMLDOMParseError Interface