|
file | licType.h |
| License types and activation types.
|
|
|
enum | LICTYPE {
LTYPEUNKNOWN =0,
LTYPETRIAL =2,
LTYPEPERM =3,
LTYPEPERMCON =4,
LTYPESUB =5,
LTYPESUBCON =6,
LTYPEDAEMON =7,
LTYPESUBDAEMON =8,
LTYPELTCO =9,
LTYPEOEML =10,
LTYPEACCT =11,
LTYPEACCTSUB =12,
LTYPEACCTCON =13,
LTYPEACCTSUBCON =14,
LTYPENALPLTCO =15,
LTYPENALPLTCOCON =16,
LTYPEABLLTCO =17,
LTYPEABLLTCOCON =18,
LTYPERESERVED =19
} |
| License types. More...
|
|
enum | ACTTYPE {
ATYPEUNKNOWN =0,
ATYPEONLINE =1,
ATYPEOFFLINE =2,
ATYPEDAEMON =3,
ATYPERESERVED =4
} |
| Activation types. More...
|
|
enum | LIBOPTS {
LIBOPTRES1 =0,
LIBOPTRES2 =1,
LIBOPTPRIV =2,
LIBOPTVM =4,
LIBOPTHDSN =8,
LIBOPTRES3 =16,
LIBOPTHTTPS =32,
LIBOPTRES4 =64,
LIBOPTSNFAIL =128,
LIBOPTRES6 =256
} |
| Library options. More...
|
|
License types and activation types
Activation types.
Enumerator |
---|
ATYPEUNKNOWN |
0 License activation type unknown
|
ATYPEONLINE |
1 License was activated online
|
ATYPEOFFLINE |
2 License was activated with a certificate
|
ATYPEDAEMON |
3 License was activated via daemon
|
ATYPERESERVED |
4 Reserved for internal use
|
Library options.
Enumerator |
---|
LIBOPTRES1 |
|
LIBOPTRES2 |
|
LIBOPTPRIV |
|
LIBOPTVM |
|
LIBOPTHDSN |
|
LIBOPTRES3 |
|
LIBOPTHTTPS |
|
LIBOPTRES4 |
|
LIBOPTSNFAIL |
|
LIBOPTRES6 |
|
License types.
Enumerator |
---|
LTYPEUNKNOWN |
0 License type unknown
|
LTYPETRIAL |
2 License is trial
|
LTYPEPERM |
3 License is permanent
|
LTYPEPERMCON |
4 License is permanent and concurrent
|
LTYPESUB |
5 License is subscription
|
LTYPESUBCON |
6 License is concurrent subscription
|
LTYPEDAEMON |
7 License is network license
|
LTYPESUBDAEMON |
8 License is subscription network license
|
LTYPELTCO |
9 License is daemon ltco
|
LTYPEOEML |
10 License is daemon OEML
|
LTYPEACCT |
11 License is account based
|
LTYPEACCTSUB |
12 License is account based and subscription
|
LTYPEACCTCON |
13 ABL concurrent
|
LTYPEACCTSUBCON |
14 ABL subscription concurrent
|
LTYPENALPLTCO |
15 LTCO
|
LTYPENALPLTCOCON |
16 Concurrent LTCO
|
LTYPEABLLTCO |
17 ABL LTCO
|
LTYPEABLLTCOCON |
18 ABL Concurrent LTCO
|
LTYPERESERVED |
19 Reserved for internal use
|