NVAPI Handles - These handles are retrieved from various calls and passed in to others in NvAPI These are meant to be opaque types. Do not assume they correspond to indices, HDCs, display indexes or anything else.
Most handles remain valid until a display re-configuration (display mode set) or GPU reconfiguration (going into or out of SLI modes) occurs. If NVAPI_HANDLE_INVALIDATED is received by an app, it should discard all handles, and re-enumerate them.
#define NV_BIT |
( |
|
x | ) |
(1 << (x)) |
#define NVAPI_DEFAULT_HANDLE 0 |
A stereo handle, that corresponds to the device interface.
NV_DECLARE_HANDLE |
( |
NvLogicalGpuHandle |
| ) |
|
One or more physical GPUs acting in concert (SLI)
NV_DECLARE_HANDLE |
( |
NvPhysicalGpuHandle |
| ) |
|
NV_DECLARE_HANDLE |
( |
NvDisplayHandle |
| ) |
|
Display Device driven by NVIDIA GPU(s) (an attached display)
NV_DECLARE_HANDLE |
( |
NvMonitorHandle |
| ) |
|
NV_DECLARE_HANDLE |
( |
NvUnAttachedDisplayHandle |
| ) |
|
Unattached Display Device driven by NVIDIA GPU(s)
NV_DECLARE_HANDLE |
( |
NvVisualComputingDeviceHandle |
| ) |
|
A handle to a Visual Computing Device.
NV_DECLARE_HANDLE |
( |
NvEventHandle |
| ) |
|
A handle to an event registration instance.
NV_DECLARE_HANDLE |
( |
NvHICHandle |
| ) |
|
A handle to a Host Interface Card.
NV_DECLARE_HANDLE |
( |
NvGSyncDeviceHandle |
| ) |
|
A handle to a Sync device.
NV_DECLARE_HANDLE |
( |
NvVioHandle |
| ) |
|
A handle to an SDI device.
NV_DECLARE_HANDLE |
( |
NvTransitionHandle |
| ) |
|
A handle to address a single transition request.
NV_DECLARE_HANDLE |
( |
NvAudioHandle |
| ) |
|
NV_DECLARE_HANDLE |
( |
Nv3DVPContextHandle |
| ) |
|
A handle for a 3D Vision Pro (3DVP) context.
NV_DECLARE_HANDLE |
( |
Nv3DVPTransceiverHandle |
| ) |
|
A handle for a 3DVP RF transceiver.
NV_DECLARE_HANDLE |
( |
Nv3DVPGlassesHandle |
| ) |
|
A handle for a pair of 3DVP RF shutter glasses.
NV_DECLARE_HANDLE |
( |
NvSourceHandle |
| ) |
|
Unique source handle on the system.
NV_DECLARE_HANDLE |
( |
NvTargetHandle |
| ) |
|
Unique target handle on the system.
NV_DECLARE_HANDLE |
( |
NVDX_SwapChainHandle |
| ) |
|
DirectX SwapChain objects.