InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IINXErrLogFacade Class Referenceabstract
Inheritance diagram for IINXErrLogFacade:
IPMUnknownCPMUnknown< IINXErrLogFacade >INXErrLogFacade

Public Types

enum  { kDefaultIID = IID_INXERRLOGFACADE }
 

Public Member Functions

virtual ErrorCode GetINXErrorHandlerState (bool16 &state)=0
 
virtual ErrorCode CreateINXErrorHandler ()=0
 
virtual ErrorCode ClearINXErrorHandler ()=0
 
virtual void SetBaseINXErrorHandlerPath (const PMString &path)=0
 
virtual void GetBaseINXErrorHandlerPath (PMString &path)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual ErrorCode IINXErrLogFacade::ClearINXErrorHandler ()
pure virtual

Clear INXErrorHandler.

Returns
ErrorCode kSuccess if success, specific error code otherwise.

Implemented in INXErrLogFacade.

virtual ErrorCode IINXErrLogFacade::CreateINXErrorHandler ()
pure virtual

Create INXErrorHandler.

Returns
ErrorCode kSuccess if success, specific error code otherwise.

Implemented in INXErrLogFacade.

virtual void IINXErrLogFacade::GetBaseINXErrorHandlerPath (PMStringpath)
pure virtual

Get the base file path which is used to output the INX Error data.

Returns
ErrorCode kSuccess if success, specific error code otherwise.

Implemented in INXErrLogFacade.

virtual ErrorCode IINXErrLogFacade::GetINXErrorHandlerState (bool16 & state)
pure virtual

Get state of the INXErrorHandler.

Parameters
itemsIN The state indicates INXErrorHandler on/off
Returns
ErrorCode kSuccess if success, specific error code otherwise.

Implemented in INXErrLogFacade.

virtual void IINXErrLogFacade::SetBaseINXErrorHandlerPath (const PMStringpath)
pure virtual

Sets the base file path which will be used to output the INX Error data. Successive export/import operation will append a suffix("_1", "_2" etc) to this base file path and ouput to this new path.

Returns
ErrorCode kSuccess if success, specific error code otherwise.

Implemented in INXErrLogFacade.