IXMLDOMParseError::filepos Method
IXMLDOMParseError::get_filepos Method
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 Values
- S_OK
- Value returned if successful.
- S_FALSE
- Value returned if no error occurred.
See Also
IXMLDOMParseError Interface