Index

C/C++ Functions

dtEngineExt

void dtEngineExt(DT_DTENGINE engine)

Short Description: Deinitialize and destroy D-Type Standard Engine

The dtEngineExt function deinitializes and destroys the Standard Engine instance created by dtEngineIniViaStream. This function must be called before the application terminates for each instance of D-Type Standard Engine.

Parameters

ParameterDescription

engine

Handle of the Standard Engine instance to be destroyed.

 

Index