lic.LicGetModuleInfo

This job determines information (type, maximum number of users) about the license for the specified module.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Module

STRING

Yes

Short label of the requested module

2. Output Parameters

Name Type Dependency Description

Result

STRING

String with the license characteristics of the module:
MaxUseCount (maximum number of clients that can use the module);
License type: N = module can only be used by clients at specific workstations; C = module can be used by clients of respective workstations, but only by a certain number (MaxUseCount);
Number of configurations that can be created

3. Return Value

(INT): 0 = Job successful, otherwise error code.