TpReleaseWait - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTTP_H

// winbase:CloseThreadpoolWait
NTSYSAPI
VOID
NTAPI
TpReleaseWait(
    _Inout_ PTP_WAIT Wait
    );

#endif

View code on GitHub

NtDoc

Releases the specified wait object.

Related Win32 API

CloseThreadpoolWait maps directly to this function.

See also