Functions | |
| nvmlReturn_t DECLDIR | nvmlSystemGetDriverVersion (char *version, unsigned int length) |
| Retrieve the version of the system's graphics driver. | |
These queries are not device-specific.
| nvmlReturn_t DECLDIR nvmlSystemGetDriverVersion | ( | char * | version, | |
| unsigned int | length | |||
| ) |
Retrieve the version of the system's graphics driver.
The version identifier is an alphanumberic string which includes the null terminator.
| version | Reference in which to return the version identifier | |
| length | The maximum allowed length of the string returned in version |