#include "dinamo.h"
Data Fields | |
| ND_uint64_t | qwCreated |
| ND_uint64_t | qwExpires |
| INT | nVal |
| INT | nMax |
| char | szLicName [DN_LIC_MAX_NAME+1] |
Extended information structure for a license. Used by the DAdmOperation() API with AO_GET_INSTALLED_LICENSES.
| ND_uint64_t qwCreated |
Date the license was created (time_t).
| ND_uint64_t qwExpires |
License expiration date (time_t).
| INT nVal |
Current license value.
| INT nMax |
Maximum license value.
| char szLicName[DN_LIC_MAX_NAME+1] |
License name.