function ExecuteRepair

Home  Previous  Next

function ExecuteRepair(ID : integer) : boolean;

 

Executes the system repair microprogram with the specified number. You can view the microprogram numbers in the "System Restore" dialog box. The function returns “true” when microprogram execution has succeeded, or "false" when it returns errors.

 

Example:

 

begin

 ExecuteRepair(3);

 ExecuteRepair(5);

end.