术语 | setthreadpoolthreadminimum |
释义 | SetThreadpoolThreadMinimum 语法: C++ BOOL WINAPI SetThreadpoolThreadMinimum( __inout PTP_POOL ptpp, __in DWORD cthrdMic ); SetThreadpoolThreadMinimum功能 设置线程的最小数目指定的线程池必须提供处理回调。 参数 ptpp [ in , out ] 阿TP_POOL结构定义线程池。该CreateThreadpool函数返回这个结构。 cthrdMic [in] 线程的最小数目。 返回值 如果函数成功,返回TRUE。 如果函数失败,返回FALSE。要检索扩展的错误信息,调用GetLastError。 备注 指定线程池的可分配的最大数目,请SetThreadpoolThreadMaximum。 要编译的应用程序使用此函数,定义为0x0600或更高_WIN32_WINNT。 实例 有关示例,请参阅使用线程池功能。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 CloseThreadpool CreateThreadpool SetThreadpoolThreadMaximum 线程池 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==SetThreadpoolThreadMinimum Function Sets the minimum number of threads that the specified thread pool must make available to process callbacks. Syntax C++ BOOL WINAPI SetThreadpoolThreadMinimum( __inout PTP_POOL ptpp, __in DWORD cthrdMic ); Parameters ptpp [in, out] A TP_POOL structure that defines the thread pool. The CreateThreadpool function returns this structure. cthrdMic [in] The minimum number of threads. Return Value If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. To retrieve extended error information, call GetLastError . Remarks To specify the maximum number of threads that the pool may allocate, call SetThreadpoolThreadMaximum . To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or higher. Examples For an example, see Using the Thread Pool Functions . Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also CloseThreadpool CreateThreadpool SetThreadpoolThreadMaximum Thread Pools Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms686268(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。