术语 | createthreadpooltimer |
释义 | CreateThreadpoolTimer 语法: C++ PTP_TIMER WINAPI CreateThreadpoolTimer( __in PTP_TIMER_CALLBACK pfnti, __inout_opt PVOID pv, __in_opt PTP_CALLBACK_ENVIRON pcbe ); CreateThreadpoolTimer功能 创建一个新的计时器对象。 参数 pfnti [in] 回调函数来调用每次计时器对象过期。详情见TimerCallback。 光伏[中,指出,可选] 可选应用程序定义的数据传递给回调函数。 pcbe [中,可选] 阿TP_CALLBACK_ENVIRON结构,它定义的环境中执行回调。该InitializeThreadpoolEnvironment函数返回这个结构。 如果该参数为NULL,回调执行在默认的回调环境。有关更多信息,请参阅InitializeThreadpoolEnvironment。 返回值 如果函数成功,它返回一个TP_TIMER结构,它定义计时器对象。 如果函数失败,返回NULL。要检索扩展的错误信息,调用GetLastError。 备注 要设置计时器对象,调用SetThreadpoolTimer功能。 要编译的应用程序使用此函数,定义为0x0600或更高_WIN32_WINNT。 实例 有关示例,请参阅使用线程池功能。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 CloseThreadpoolTimer IsThreadpoolTimerSet SetThreadpoolTimer 线程池 WaitForThreadpoolTimerCallbacks 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==CreateThreadpoolTimer Function Creates a new timer object. Syntax C++ PTP_TIMER WINAPI CreateThreadpoolTimer( __in PTP_TIMER_CALLBACK pfnti, __inout_opt PVOID pv, __in_opt PTP_CALLBACK_ENVIRON pcbe ); Parameters pfnti [in] The callback function to call each time the timer object expires. For details, see TimerCallback . pv [in, out, optional] Optional application-defined data to pass to the callback function. pcbe [in, optional] A TP_CALLBACK_ENVIRON structure that defines the environment in which to execute the callback. The InitializeThreadpoolEnvironment function returns this structure. If this parameter is NULL, the callback executes in the default callback environment. For more information, see InitializeThreadpoolEnvironment . Return Value If the function succeeds, it returns a TP_TIMER structure that defines the timer object. If the function fails, it returns NULL. To retrieve extended error information, call GetLastError . Remarks To set the timer object, call the SetThreadpoolTimer function. 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 CloseThreadpoolTimer IsThreadpoolTimerSet SetThreadpoolTimer Thread Pools WaitForThreadpoolTimerCallbacks Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms682466(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。