PathEngine home previous: DLLExport_CreateIContentProcessing3Dnext: DLLExport_Init
Contents, API Reference, Functions, DLLExport_CreateIPathEngine

DLLExport_CreateIPathEngine

Description

Obtains the root interface to PathEngine (dll linkage).

Syntax

This function is defined internally by the PathEngine dll, as follows:
extern "C"
{
    iPathEngine* __stdcall DLLExport_CreateIPathEngine();
}

Return Value

A pointer to the Interface iPathEngine interface, which is used to access the core PathEngine functionality.

Remarks

DLLExport_Init must be called after loading the dll, and before calling this function. (See Linking with the SDK for more information about how to load the PathEngine dll.)


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: DLLExport_Init