#ifndef _NTTP_H #if (PHNT_VERSION >= PHNT_VISTA) // winbase:SetThreadpoolThreadMinimum NTSYSAPI NTSTATUS NTAPI TpSetPoolMinThreads( _Inout_ PTP_POOL Pool, _In_ ULONG MinThreads ); #endif #endif View code on GitHub
No description available.