Share via


filepos Property (Compact 2013)

3/26/2014

Contains the absolute file position where the error occurred.

Syntax

lValue = oXMLDOMParseError.filepos;
HRESULT get_filepos(
  long* filePosition
);

Parameters

Script

None.

C/C++

  • filePosition
    [out, retval] Absolute file position where the error occurred.

Return Value

Script

Long integer. Absolute file position where the error occurred.

C/C++

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

Remarks

This property is read-only, and applies to the following objects and interfaces:

IXMLDOMParseError

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties