NVAPI Reference Documentation
NVIDIA
Release 361: January 27
2016

Data Fields
_NVDRS_SETTING_VALUES Struct Reference

#include <nvapi.h>

Data Fields

NvU32 version
NvU32 numSettingValues
NVDRS_SETTING_TYPE settingType
union {
   NvU32   u32DefaultValue
   NVDRS_BINARY_SETTING   binaryDefaultValue
   NvAPI_UnicodeString   wszDefaultValue
}; 
union {
   NvU32   u32Value
   NVDRS_BINARY_SETTING   binaryValue
   NvAPI_UnicodeString   wszValue
settingValues [NVAPI_SETTING_MAX_VALUES]

Field Documentation

union { ... }

Accessing default Binary value of this setting. Must be allocated by caller with valueLength specifying buffer size, or only valueLength will be filled in.

All possible Binary values for a setting.

Total number of values available in a setting.

Type of setting value.

Accessing default DWORD value of this setting.

< NOT mixed types.

All possible DWORD values for a setting

Structure Version.

Accessing default unicode string value of this setting.

Accessing current unicode string value of this setting.


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


Copyright (c) 2007-2015 NVIDIA Corporation. All rights reserved.

NVIDIA