Microsoft XML 2.5 SDK


 

IXMLDOMParseError::get_errorCode Method

[This is preliminary documentation and subject to change.]

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 Value

Returns S_OK if successful, or an error code otherwise.