User`s manual
46 Remote Management
SetFanSpeedMax
Description
Set fan speed control as Max mode (force the fans to operate in
full speed)
Syntax
BOOL SetFanSpeedMax (HANDLE hCom)
Parameter
com: An initialized COM port
Return Value
TRUE if the function succeeded.
FALSE if the function failed.
Example
BOOL ret;
ret= SetFanSpeedMax (hCom);