CreateTimerQueueTimer (KERNEL32.@)
BOOL CreateTimerQueueTimer ( PHANDLE phNewTimer, HANDLE TimerQueue, WAITORTIMERCALLBACK Callback, PVOID Parameter, DWORD DueTime, DWORD Period, ULONG Flags )
Creates a timer-queue timer. This timer expires at the specified due time (in ms), then after every specified period (in ms). When the timer expires, the callback function is called.
nonzero on success or zero on failure
Defined in "winbase.h".
Implemented in "dlls/kernel32/sync.c". source.winehq.org/source/dlls/kernel32/sync.c
Debug channel "sync".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.