Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the absolute file position where the error occurred.
[Script]
Script Syntax
lValue=oXMLDOMParseError.filepos;
Script Parameters
None.
Script Return Value
Long integer. Absolute file position where the error occurred.
[C/C++]
C/C++ Syntax
HRESULT get_filepos(long* filePosition);
C/C++ Parameters
- filePosition
[out, retval] Absolute file position where the error occurred.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value returned if no error occurred.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following objects and interfaces:
Send Feedback on this topic to the authors