TpReleaseCleanupGroup - NtDoc

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

// winbase:CloseThreadpoolCleanupGroup
NTSYSAPI
VOID
NTAPI
TpReleaseCleanupGroup(
    _Inout_ PTP_CLEANUP_GROUP CleanupGroup
    );

#endif

View code on GitHub

NtDoc

Closes the specified cleanup group.

Related Win32 API

CloseThreadpoolCleanupGroup maps directly to this function.

See also