Microsoft XML 2.5 SDK


 

IXMLDOMParseError::get_filepos Method

[This is preliminary documentation and subject to change.]

Contains the absolute file position where the error occurred.

Visual Basic Syntax

lValue = oXMLDOMParseError.filepos

C/C++ Syntax

HRESULT get_filepos(

    long *filePosition);

Parameters

filePosition

[out]
Absolute file position where the error occurred.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.