Releases resources allocated from gdlInitialize.
Syntax
intl gdlTerminate( gdlHandle* hGdl );
Argument
hGdl
A pointer to the gdlHandle initialized by gdlInitialize. Input.
Return values
GDL_NOT_LICENSED
GDL_OK
Prerequisites
gdlInitialize
Alternates
None.
Notes
This function must be the last function called from the library.