Added TIME_KILL_SYNCHRONOUS.

This commit is contained in:
Francois Gouget 2003-01-03 22:32:14 +00:00 committed by Alexandre Julliard
parent 126c655819
commit 63d228a1e2

View file

@ -731,6 +731,7 @@ typedef void (CALLBACK *LPTIMECALLBACK)(UINT uTimerID, UINT uMessage, DWORD dwUs
#define TIME_CALLBACK_FUNCTION 0x0000 /* callback is function */
#define TIME_CALLBACK_EVENT_SET 0x0010 /* callback is event - use SetEvent */
#define TIME_CALLBACK_EVENT_PULSE 0x0020 /* callback is event - use PulseEvent */
#define TIME_KILL_SYNCHRONOUS 0x0100
typedef struct {
UINT wPeriodMin;