C++
ACPL_PORT AcPlPlotErrorHandlerLock( AcPlPlotErrorHandler* pAppErrHandler, const ACHAR * pAppName );
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.
Parameters
Parameters | Description |
---|---|
pAppErrHandler | Input pointer to the application error handler requesting to be chained into the error handler chain |
pAppName | Input name of the application |