getErrorHandler Method (C/C++)
Returns the current ErrorHandler.
Syntax
HRESULT getErrorHandler( [out,retval] ISAXErrorHandler ** ppHandler);
Parameters
- ppHandler [out, retval]
- The current
ErrorHandleror Null (if anErrorHandlerhas not been set).
Return Values
- S_OK
- The value returned if the
ErrorHandleris successfully returned.
See Also
putErrorHandler Method (C/C++)
Applies to: ISAXXMLReader Interface
