.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlCreateTimerQueue 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlCreateTimerQueue\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlCreateTimerQueue ( PHANDLE \fINewTimerQueue\fR ) .SH DESCRIPTION .PP Creates a timer queue object and returns a handle to it. .SH PARAMS \fINewTimerQueue\fR \fB[Out]\fR The newly created queue. .PP .SH RETURNS .PP \fBSuccess:\fR \fBSTATUS_SUCCESS\fR. .PP \fBFailure:\fR Any \fBNTSTATUS\fR code. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/threadpool.c"\fR. .PP Debug channel \fB"threadpool"\fR.