AcPlPlotErrorHandlerLock::AcPlPlotErrorHandlerLock

ACPL_PORT AcPlPlotErrorHandlerLock(
    AcPlPlotErrorHandler* pAppErrHandler, 
    const ACHAR * pAppName
);
Parameters
Parameters 
Description 
AcPlPlotErrorHandler* pAppErrHandler 
Input pointer to the application error handler requesting to be chained into the error handler chain 
const ACHAR * pAppName 
Input name of the application 
Description

Parameterized constructor, which takes the application error handler and application name as input. It calls the function lock, which chains the application error handler into the error handler chain. 

 

Links