术语 | closethreadpoolcleanupgroup |
释义 | CloseThreadpoolCleanupGroup 语法: C++ VOID WINAPI CloseThreadpoolCleanupGroup( __inout PTP_CLEANUP_GROUP ptpcg ); CloseThreadpoolCleanupGroup功能 关闭指定的清理小组。 参数 ptpcg [ in , out ] 阿TP_CLEANUP_GROUP结构,它定义清理小组。该CreateThreadpoolCleanupGroup返回此结构。 返回值 这个函数没有返回值。 备注 清理小组的成员必须有没有当您调用这个函数。有关删除该团体的成员信息,请参阅CloseThreadpoolCleanupGroupMembers。 要编译的应用程序使用此函数,定义为0x0600或更高_WIN32_WINNT。 实例 有关示例,请参阅使用线程池功能。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 CloseThreadpoolCleanupGroupMembers CreateThreadpoolCleanupGroup 线程池 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==CloseThreadpoolCleanupGroup Function Closes the specified cleanup group. Syntax C++ VOID WINAPI CloseThreadpoolCleanupGroup( __inout PTP_CLEANUP_GROUP ptpcg ); Parameters ptpcg [in, out] A TP_CLEANUP_GROUP structure that defines the cleanup group. The CreateThreadpoolCleanupGroup returns this structure. Return Value This function does not return a value. Remarks The cleanup group must have no members when you call this function. For information on removing members of the group, see CloseThreadpoolCleanupGroupMembers . 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 CloseThreadpoolCleanupGroupMembers CreateThreadpoolCleanupGroup Thread Pools Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms682033(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。