NvAPI_GPU_GetCoolerSettings

Function NvAPI_GPU_GetCoolerSettings 

Source
pub unsafe fn NvAPI_GPU_GetCoolerSettings(
    hPhysicalGPU: NvPhysicalGpuHandle,
    coolerIndex: u32,
    pCoolerInfo: *mut NV_GPU_COOLER_SETTINGS,
) -> NvAPI_Status
Expand description

Undocumented function. Retrieves the cooler information of all coolers or a specific cooler associated with the selected GPU.

Coolers are indexed 0 to NVAPI_MAX_COOLERS_PER_GPU-1. To retrieve specific cooler info set the coolerIndex to the appropriate cooler index. To retrieve info for all cooler set coolerIndex to NVAPI_COOLER_TARGET_ALL.