errorCode Property (Compact 2013)
3/26/2014
Contains the error code of the last parse error.
Syntax
lValue = oXMLDOMParseError.errorCode;
HRESULT get_errorCode(
long* errorCode
);
Parameters
Script
None.
C/C++
- errorCode
[out, retval] Returns the error code in a decimal value.
Return Value
Script
Long integer. Returns the error code in a decimal value.
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 interface:
Requirements
Header |
msxml2.h, |