Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMParseError::line P...     IXMLDOMParseError::reason...     IXMLDOMParseError Interfa...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMParseError::get_linepos Method


Contains the character position within the line where the error occurred.

Visual Basic Syntax

lValue = oXMLDOMParseError.linepos

C/C++ Syntax

HRESULT get_linepos(
    long *linePosition);

Parameters

linePosition
[out] Character position within the line where the error occurred.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.