NVAPI Reference Documentation 545
Loading...
Searching...
No Matches
Public Attributes | List of all members
_NVDRS_SETTING_V1 Struct Reference

Public Attributes

NvU32 version
 Structure Version.
 
NvAPI_UnicodeString settingName
 String name of setting.
 
NvU32 settingId
 32 bit setting Id
 
NVDRS_SETTING_TYPE settingType
 Type of setting value.

 
NVDRS_SETTING_LOCATION settingLocation
 Describes where the value in CurrentValue comes from.
 
NvU32 isCurrentPredefined
 
NvU32 isPredefinedValid
 It is different than 0 if the PredefinedValue union contains a valid value.
 
union { 
 
   NvU32   u32PredefinedValue 
 Accessing default DWORD value of this setting.
 
   NVDRS_BINARY_SETTING   _NVDRS_SETTING_V1::binaryPredefinedValue 
 
   NvAPI_UnicodeString   wszPredefinedValue 
 Accessing default unicode string value of this setting.
 
};  
 
union { 
 
   NvU32   u32CurrentValue 
 Accessing current DWORD value of this setting.
 
   NVDRS_BINARY_SETTING   _NVDRS_SETTING_V1::binaryCurrentValue 
 
   NvAPI_UnicodeString   wszCurrentValue 
 Accessing current unicode string value of this setting.
 
};  
 

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