| PathEngine home | previous: | next: |
Enables you to change the error callback used by PathEngine.
void setErrorHandler(iErrorHandler* newHandler); |
| newHandler |
A pointer to the error handler object to be used. This object must subsequently remain valid until PathEngine is closed down, or until it is replaced by another handler by a subsequent call to this method. |
An error handler must be provided initially in order to obtain the initial pointer to iPathEngine.
This call enables you to change this handler at a later stage, if needed.
For more information about error handlers see
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |