|
DestroyModel |
Accueil Précédent Suivant |
C/C++ declaration
extern long __stdcall DestroyModel(long Handle);
Pascal declaration
Function DestroyModel(Handle: LongInt): LongInt; stdcall;
Model and pilot destroying. The memory is freed.
IN → Handle : Model handle
return → 0 if OK, -1 if failed.
when returned, Handle variable is undetermined.
Remarque : This function must applied to all kinds of model, created with CreateNewModel, LoadModelFromFile, CreateDataAnalyser, LoadOptimizer or CloneModel.