术语 | apcproc |
释义 | APCProc 语法: C++ VOID CALLBACK APCProc( __in ULONG_PTR dwParam ); APCProc回调函数 一个应用程序定义的完成例程。指定这个地址时调用QueueUserAPC功能。在PAPCFUNC类型定义一个指向这个回调函数。 APCProc是一个应用程序的占位符定义函数的名称。 参数 dwParam [in] 传递给函数使用该QueueUserAPC功能dwData参数的数据。 返回值 这个函数没有返回值。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) 参见 异步过程调用 同步功能 QueueUserAPC 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==APCProc Callback Function An application-defined completion routine. Specify this address when calling the QueueUserAPC function. The PAPCFUNC type defines a pointer to this callback function. APCProc is a placeholder for the application-defined function name. Syntax C++ VOID CALLBACK APCProc( __in ULONG_PTR dwParam ); Parameters dwParam [in] The data passed to the function using the dwData parameter of the QueueUserAPC function. Return Value This function does not return a value. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) See Also Asynchronous Procedure Calls Synchronization Functions QueueUserAPC Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms681947(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。