#include <p6jsonerrorhandler.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | initialize (p6IDataStream *pOutErrors)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
The p6IJSONErrorHandlerInit interface is used to initialize the P6R implementation of the p6IJSONErrorHandler component.
It requires a data stream which it uses to write error messages too. Once this interface is successfully initialized, the caller should use the queryinterface() method to obtain the p6IJSONErrorHandler interface.
Definition at line 139 of file p6jsonerrorhandler.h.