GetFiberData (Windows CE 5.0)
This function returns the fiber data associated with the current fiber.
LPVOID WINAPI GetFiberData(void);
Parameters
None.
Return Values
The return value is the fiber data for the currently running fiber.
Remarks
The fiber data is the value passed to the CreateFiber or ConvertThreadToFiber function in the lpParameter parameter. This value is also received as the parameter to the fiber function and is stored as part of the fiber state information.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
ConvertThreadToFiber | CreateFiber
Send Feedback on this topic to the authors