getErrorHandler Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

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 Values

S_OK
The value returned if the ErrorHandler is successfully returned.

See Also

putErrorHandler Method (C/C++)

Applies to: ISAXXMLReader Interface