#ifndef _NTTP_H #if (PHNT_VERSION >= PHNT_VISTA) // winbase:SetThreadpoolThreadMaximum NTSYSAPI VOID NTAPI TpSetPoolMaxThreads( _Inout_ PTP_POOL Pool, _In_ ULONG MaxThreads ); #endif #endif View code on GitHub
No description available.