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
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/threadpool.c".
- Debug channel "threadpool".