.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateTimerQueueTimer 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateTimerQueueTimer\fR (KERNEL32.@) .SH SYNOPSIS BOOL CreateTimerQueueTimer ( PHANDLE \fIphNewTimer\fR, HANDLE \fITimerQueue\fR, WAITORTIMERCALLBACK \fICallback\fR, PVOID \fIParameter\fR, DWORD \fIDueTime\fR, DWORD \fIPeriod\fR, ULONG \fIFlags\fR ) .SH DESCRIPTION .PP 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. .SH RETURNS .PP nonzero on success or zero on failure .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/sync.c"\fR. .PP Debug channel \fB"sync"\fR.