filepos Property (Windows CE 5.0)
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