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.
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:
Requirements
Header |
msxml2.h, |