![]() |
NVAPI Reference Documentation
|
Release 361: January 27
|
#include <nvapi.h>
Data Fields | |
| NvU32 | version |
| NvAPI_String | adapterName |
| NvU32 | adapterClass |
| NvU32 | adapterCaps |
| NvU32 | dipSwitch |
| NvU32 | dipSwitchReserved |
| NvU32 | boardID |
| struct { | |
| NvU32 majorVersion | |
| NvU32 minorVersion | |
| } | driver |
| struct { | |
| NvU32 majorVersion | |
| NvU32 minorVersion | |
| } | firmWare |
| NVVIOOWNERID | ownerId |
| NVVIOOWNERTYPE | ownerType |
Device capabilities.
Graphics adapter capabilities (NVVIOCAPS_* mask)
Graphics adapter classes (NVVIOCLASS_SDI mask)
Graphics adapter name.
Board ID
On-board DIP switch settings bits.
On-board DIP switch settings reserved bits.
| struct { ... } _NVVIOCAPS::driver |
Driver version.
| struct { ... } _NVVIOCAPS::firmWare |
Firmware version.
Major version. For GVI, majorVersion contains MajorVersion(HIWORD) And MinorVersion(LOWORD)
Major version. In version 2, for both GVI and GVO, majorVersion contains MajorVersion(HIWORD) And MinorVersion(LOWORD)
Minor version. For GVI, minorVersion contains Revison(HIWORD) And Build(LOWORD)
Minor version. In version 2, for both GVI and GVO, minorVersion contains Revison(HIWORD) And Build(LOWORD)
Unique identifier for owner of video output (NVVIOOWNERID_INVALID if free running)
Owner type (OpenGL application or Desktop mode)
Structure version.
