![]() | InDesign SDK 20.5 |

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 IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Clear INXErrorHandler.
Implemented in INXErrLogFacade.
| pure virtual |
Create INXErrorHandler.
Implemented in INXErrLogFacade.
| pure virtual |
Get the base file path which is used to output the INX Error data.
Implemented in INXErrLogFacade.
| pure virtual |
Get state of the INXErrorHandler.
| items | IN The state indicates INXErrorHandler on/off |
Implemented in INXErrLogFacade.
| 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.
Implemented in INXErrLogFacade.