Scroll to navigation

RtlCreateTimerQueue(3w) Wine API RtlCreateTimerQueue(3w)

NAME

RtlCreateTimerQueue (NTDLL.@)

SYNOPSIS

NTSTATUS RtlCreateTimerQueue
(
PHANDLE NewTimerQueue
)
 

DESCRIPTION

Creates a timer queue object and returns a handle to it.
 

PARAMS

NewTimerQueue [Out] The newly created queue.
 

RETURNS

Success: STATUS_SUCCESS.
Failure: Any NTSTATUS code.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/threadpool.c".
Debug channel "threadpool".
Oct 2012 Wine API