RtlDeleteTimerQueueEx (NTDLL.@)
NTSTATUS RtlDeleteTimerQueueEx ( HANDLE TimerQueue, HANDLE CompletionEvent )
Deletes a timer queue object.
TimerQueue | [In] | The timer queue to destroy. |
CompletionEvent | [In] | If NULL, return immediately. If INVALID_HANDLE_VALUE, wait until all timers are finished firing before returning. Otherwise, return immediately and set the event when all timers are done. |
Success: STATUS_SUCCESS if synchronous, STATUS_PENDING if not.
Failure: Any NTSTATUS code.
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.