| PathEngine home | previous: | next: |
Obtains the root interface to PathEngine (dll linkage).
extern "C"
{
iPathEngine* __stdcall DLLExport_GetIPathEngine(iErrorHandler* handler);
}
|
| error_handler |
A pointer to an object PathEngine will call to handle errors.
This pointer must remain valid until either PathEngine is shut down,
or a new handler is set with |
This function is the root interface access function when linking with PathEngine as a dll.
See
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |