网站首页  词典首页

请输入您要查询的函数:

 

术语 fiberproc
释义 FiberProc
语法:
C++
VOID CALLBACK FiberProc(
__in PVOID lpParameter
);
FiberProc回调函数
一个应用程序定义的函数与CreateFiber使用功能。它是为光纤起始地址。在LPFIBER_START_ROUTINE类型定义一个指向这个回调函数。 FiberProc是一个应用程序的占位符定义函数的名称。
参数
lpParameter [in]
通过光纤数据的使用该CreateFiber功能lpParameter参数。
返回值
这个函数没有返回值。
实例
有关示例,请参阅使用纤维。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinbase.h(头文件:winuser.h)
参见
CreateFiber
纤维
进程和线程函数
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==FiberProc Callback Function
An application-defined function used with the CreateFiber function. It serves as the starting address for a fiber. The LPFIBER_START_ROUTINE type defines a pointer to this callback function. FiberProc is a placeholder for the application-defined function name.
Syntax
C++
VOID CALLBACK FiberProc(
__in PVOID lpParameter
);
Parameters
lpParameter [in]
The fiber data passed using the lpParameter parameter of the CreateFiber function.
Return Value
This function does not return a value.
Examples
For an example, see Using Fibers .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinbase.h (include Windows.h)
See Also
CreateFiber
Fibers
Process and Thread Functions
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms682660(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:22:48