Recently I had to create a proprietary communication protocol stack to provide a link to custom hardware. During this task I've encoutered a problem. I needed a timer. Windows provides you timers through SetTimer() function or th
Illustrates how to implement a Windows timer without having to have a window (hidden or not)
Recently I had to create a proprietary communication protocol stack to provide a link to custom hardware. During this task I've encoutered a problem. I needed a timer. Windows provides you timers through SetTimer() function or th