NVAPI Reference Documentation
NVIDIA
Release 550
Wed Apr 17 2024

Data Fields

#include <nvapi.h>

Data Fields

NvU32 version
 
NvAPI_UnicodeString settingName
 
NvU32 settingId
 
NVDRS_SETTING_TYPE settingType
 
NVDRS_SETTING_LOCATION settingLocation
 
NvU32 isCurrentPredefined
 
NvU32 isPredefinedValid
 
union { 
 
   NvU32   _NVDRS_SETTING_V1::u32PredefinedValue 
 
   NVDRS_BINARY_SETTING   _NVDRS_SETTING_V1::binaryPredefinedValue 
 
   NvAPI_UnicodeString   _NVDRS_SETTING_V1::wszPredefinedValue 
 
};  
 
union { 
 
   NvU32   _NVDRS_SETTING_V1::u32CurrentValue 
 
   NVDRS_BINARY_SETTING   _NVDRS_SETTING_V1::binaryCurrentValue 
 
   NvAPI_UnicodeString   _NVDRS_SETTING_V1::wszCurrentValue 
 
};  
 

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