#ifndef _NTTP_H
// winbase:CloseThreadpoolCleanupGroup
NTSYSAPI
VOID
NTAPI
TpReleaseCleanupGroup(
_Inout_ PTP_CLEANUP_GROUP CleanupGroup
);
View code on GitHubCloses the specified cleanup group.
CloseThreadpoolCleanupGroup maps directly to this function.