Here is my wrapper for SetTimer and KillTimer APIs.
AutoIt already has its own, but I tried to make it as simple as I could.
#include-once
Global $g_avSimpleTimers = [[0, 0]]
Func TimerSet($vFunction, $uInterval)
Local $hFunction = DllCallbackRegister($vFunction, "none", "HWND;UINT;UINT_PTR;DW...