Contents, API Reference, Functions, DLLExport_CreateIContentProcessing3D
DLLExport_CreateIContentProcessing3D
Description
Obtains a root interface for 3D content processing (dll linkage).
Syntax
This function is defined internally by the 3D content processing dll, as follows:
extern "C"
{
iContentProcessing3D* __stdcall DLLExport_CreateIContentProcessing3D();
}
|
Return Value
A pointer to the Interface iContentProcessing3D interface.
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, and
Linking with the 3D Content Processing for information about adjustments to this process for loading
the 3D Content Processing DLL.)