GetLineNumber

Applies To: Windows 8, Windows 8.1

Gets the number of the line at which the XML validation error occurred.

HRESULT GetLineNumber
  ([out, retval] ULONG* pLineNumber)
;

Parameters

  • pLineNumber
    [out] A pointer to the number of the line at which the XML validation error occurred.

Return Value

The following table describes possible return values.

Return Value Description

S_OK

The function successfully returned the line number.

E_POINTER

The pointer is invalid.

See Also

Reference

IParsingErrorInfo