Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IJSONErrorHandlerInit Interface Referenceabstract

#include <p6jsonerrorhandler.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR initialize (p6IDataStream *pOutErrors)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 

Detailed Description

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 143 of file p6jsonerrorhandler.h.


The documentation for this interface was generated from the following file: