This will kill the timer with ID 1 as your public function returns that value. You need to store the timer ID (what SetTimer returns) and use that as argument in KillTimer function.
The enumeration is not really needed and sizeof HOST is a constant, what's the point in storing it to a variable?