API C/C++
HSM Dinamo
Loading...
Looking for...
No entries found
Structure Reference DN_LIC_INFO

#include "dinamo.h"

Data Fields

ND_uint64_t qwCreated
 
ND_uint64_t qwExpires
 
INT nVal
 
INT nMax
 
char szLicName [DN_LIC_MAX_NAME+1]
 

Detailed description

Extended information structure for a license. Used by the DAdmOperation() API with AO_GET_INSTALLED_LICENSES.

Fields

◆ qwCreated

ND_uint64_t qwCreated

Date the license was created (time_t).

◆ qwExpires

ND_uint64_t qwExpires

License expiration date (time_t).

◆ nVal

INT nVal

Current license value.

◆ nMax

INT nMax

Maximum license value.

◆ szLicName

char szLicName[DN_LIC_MAX_NAME+1]

License name.


The documentation for this structure was generated from the following file: