PathEngine home previous: iPathEngine::saveContentData()next: iPathEngine::setPathPoolParameters()
Contents, API Reference, Interfaces, iPathEngine, setErrorHandler

iPathEngine::setErrorHandler()

Description

Enables you to change the error callback used by PathEngine.

Syntax

void setErrorHandler(iErrorHandler* newHandler);

Parameters

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.

Remarks

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 Error Handlers

See Also

Interface iErrorHandler, iPathEngine::setErrorHandler()
Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEnginenext: iPathEngine::setPathPoolParameters()