Detailed Description
The System APIs retrieve chipset information such as vendor/device name and IDs, and CPU information such as processor type, speed, embedded CPU name, etc.
Define Documentation
Enumeration Type Documentation
Function Documentation
This function returns information about the system's chipset.
SUPPORTED OS: Windows XP and higher
- Since:
- Release: 95
- Return values:
-
| NVAPI_INVALID_ARGUMENT | pChipSetInfo is NULL. |
| NVAPI_OK | *pChipSetInfo is now set. |
| NVAPI_INCOMPATIBLE_STRUCT_VERSION | NV_CHIPSET_INFO version not compatible with driver. |
DESCRIPTION: This API converts a Physical GPU handle and output ID to a display ID.
SUPPORTED OS: Windows XP and higher
- Parameters:
-
| [in] | hPhysicalGpu | Handle to the physical GPU |
| [in] | outputId | Connected display output ID on the target GPU - must only have one bit set |
| [out] | displayId | Pointer to an NvU32 which contains the display ID |
- Return values:
-
DESCRIPTION: This API converts a display ID to a Physical GPU handle and output ID.
SUPPORTED OS: Windows XP and higher
- Parameters:
-
| [in] | displayId | Display ID of display to retrieve GPU and outputId for |
| [out] | hPhysicalGpu | Handle to the physical GPU |
| [out] | outputId | ) Connected display output ID on the target GPU will only have one bit set. |
- Return values:
-
DESCRIPTION: This function returns the current lid and dock information.
SUPPORTED OS: Windows XP and higher
- Since:
- Release: 177
- Return values:
-
DESCRIPTION: This API retrieves the Physical GPU handle of the connected display
\since Release: 313
SUPPORTED OS: Windows Vista and higher
PARAMETERS: displayId(IN) - Display ID of display to retrieve
GPU handle
hPhysicalGpu(OUT) - Handle to the physical GPU
RETURN STATUS:
NVAPI_OK - completed request
NVAPI_API_NOT_INTIALIZED - NVAPI not initialized
NVAPI_ERROR - miscellaneous error occurred
NVAPI_INVALID_ARGUMENT - Invalid input parameter.