GetCurrentFiber (Windows CE 5.0)
This function returns the address of the current fiber.
LPVOID GetCurrentFiber(void);
Parameters
None.
Return Values
The return value is the address of the currently running fiber.
Remarks
The CreateFiber and ConvertThreadToFiber functions return the fiber address when the fiber is created.
The GetCurrentFiber macro allows you to retrieve the address at any other time.
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