RtlCreateTimerQueue (NTDLL.@)
NTSTATUS RtlCreateTimerQueue ( PHANDLE NewTimerQueue )
Creates a timer queue object and returns a handle to it.
NewTimerQueue | [Out] | The newly created queue. |
Success: STATUS_SUCCESS.
Failure: Any NTSTATUS code.
Defined in "winternl.h".
Implemented in "dlls/ntdll/threadpool.c". source.winehq.org/source/dlls/ntdll/threadpool.c
Debug channel "threadpool".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.