|
|
NvU32 | version |
| | Structure Version.
|
| |
|
NvU32 | numSettingValues |
| | Total number of values available in a setting.
|
| |
|
NVDRS_SETTING_TYPE | settingType |
| | Type of setting value.
|
| |
|
union { | |
| |
|
NvU32 u32DefaultValue | |
| | Accessing default DWORD value of this setting.
|
| |
| NVDRS_BINARY_SETTING _NVDRS_SETTING_VALUES::binaryDefaultValue | |
| |
|
NvAPI_UnicodeString wszDefaultValue | |
| | Accessing default unicode string value of this setting.
|
| |
| }; | | |
| |
|
union { | |
| |
| NvU32 _NVDRS_SETTING_VALUES::u32Value | |
| | < NOT mixed types. More...
|
| |
|
NVDRS_BINARY_SETTING binaryValue | |
| | All possible Binary values for a setting.
|
| |
|
NvAPI_UnicodeString wszValue | |
| | Accessing current unicode string value of this setting.
|
| |
| } | settingValues [NVAPI_SETTING_MAX_VALUES] | |
| |
The documentation for this struct was generated from the following file: