PUCHAR
PopTemperatureString(
OUT PUCHAR TempString,
IN ULONG TenthsKelvin
);
Routine Description:
This routine is called to recalculate the throttle value of the
thermal zone
This function is not re-entrant. Each ThermalZone can only be in this
code exactly once
Arguments:
ThermalZone - The structure for which the throttle value should be
recalculated
CurrentTime - The time at which the kernel handler was invoked
Return Value:
None