Software Development Network>> Visual C++>> CreateWaitableTimer
Read the notes in the MSDN:http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/createwaitabletimer.asp
To compile an application that uses this function, define _WIN32_WINNT as 0x0400 or later. For more information, see Using the Windows Headers.
CreateWaitableTimer
davidMcKenzie
Read the notes in the MSDN:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/createwaitabletimer.asp
To compile an application that uses this function, define _WIN32_WINNT as 0x0400 or later. For more information, see Using the Windows Headers.