NVML API Reference Guide (PDF) - v535 (older) - Last updated January 31, 2024 - Send Feedback

5.22. nvmlGridLicensableFeature_t Struct Reference

[vGPU Structs]

Structure containing vGPU software licensable feature information

Public Variables

nvmlGridLicenseFeatureCode_t featureCode
Licensed feature code.
unsigned int  featureEnabled
Non-zero if feature is enabled, otherwise zero.
unsigned int  featureState
Non-zero if feature is currently licensed, otherwise zero.
struct nvmlGridLicenseExpiry_t licenseExpiry
License expiry structure containing date and time.
char  licenseInfo[NVML_GRID_LICENSE_BUFFER_SIZE]
Deprecated.
char  productName[NVML_GRID_LICENSE_BUFFER_SIZE]
Product name of feature.

Variables

nvmlGridLicenseFeatureCode_tnvmlGridLicensableFeature_t::featureCode [inherited]

Licensed feature code.

unsigned int nvmlGridLicensableFeature_t::featureEnabled [inherited]

Non-zero if feature is enabled, otherwise zero.

unsigned int nvmlGridLicensableFeature_t::featureState [inherited]

Non-zero if feature is currently licensed, otherwise zero.

struct nvmlGridLicenseExpiry_tnvmlGridLicensableFeature_t::licenseExpiry [inherited]

License expiry structure containing date and time.

char nvmlGridLicensableFeature_t::licenseInfo[NVML_GRID_LICENSE_BUFFER_SIZE] [inherited]

Deprecated.

char nvmlGridLicensableFeature_t::productName[NVML_GRID_LICENSE_BUFFER_SIZE] [inherited]

Product name of feature.


NVML API Reference Guide (PDF) - v535 (older) - Last updated January 31, 2024 - Send Feedback