Constants§
Functions§
- NvAPI_
GetError ⚠Message - This function converts an NvAPI error code into a null terminated string.
- NvAPI_
GetInterface ⚠Version String - This function returns a string describing the version of the NvAPI library. The contents of the string are human readable. Do not assume a fixed format.
- NvAPI_
Initialize ⚠ - This function initializes the NvAPI library (if not already initialized) but always increments the ref-counter. This must be called before calling other NvAPI_ functions.
- NvAPI_
Unload ⚠ - Decrements the ref-counter and when it reaches ZERO, unloads NVAPI library. This must be called in pairs with NvAPI_Initialize.
- nvapi_
Query Interface - set_
query_ ⚠interface