Item GetTimerIOReq (void)
DeleteItem()
to release the IOReq item when you no longer need it. Timer-related functions which take an IOReq parameter perform much faster if you allocate the IOReq using this function and pass it to the other functions. Letting the other functions create and delete an IOReq on each call is appropriate only if you're planning to call the function just a few times throughout the run of your program.