getErrorHandler Method (C-C++)

 

Returns the current ErrorHandler.

Syntax

  
HRESULT getErrorHandler(  
   [out,retval] ISAXErrorHandler ** ppHandler);  

Parameters

ppHandler[out, retval]
The current ErrorHandler or Null (if an ErrorHandler has not been set).

Return Value

S_OK
The value returned if the ErrorHandler is successfully returned.

Versioning

Implemented in: MSXML 3.0 and later

Applies to

ISAXXMLReader Interface

See Also

putErrorHandler Method (C-C++)