Herror ::get_modules (
    HTuple *UsedModules,
    HTuple *ModuleKey
)

Query of used modules and the module key.

::get_modules returns the module numbers of all operators used up to this point. Each operator belongs to one module (maximum 32). Each module has a name, which is returned in UsedModules. Based on the used modules, a key is generated that is needed for the licence manager. ::get_modules is normally called at the end of a programm to check the used modules.


Parameters

UsedModules (output_control)
string-array -> HTuple.char *
Names of used modules.

ModuleKey (output_control)
integer -> HTuple.long *
Key for licence manager.


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH