[][src]Function nvml_binding::bindings::nvmlGetBlacklistDeviceCount

pub unsafe extern "C" fn nvmlGetBlacklistDeviceCount(
    deviceCount: *mut c_uint
) -> nvmlReturn_t

Retrieves the number of blacklisted GPU devices in the system.

For all products.

@param deviceCount Reference in which to return the number of blacklisted devices

@return - \ref NVML_SUCCESS if \a deviceCount has been set - \ref NVML_ERROR_INVALID_ARGUMENT if \a deviceCount is NULL