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 "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h

Implemented in "dlls/ntdll/threadpool.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/threadpool.c

Debug channel "threadpool".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.