GetCurrentFiber (Windows Embedded CE 6.0)
1/6/2010
This function returns the address of the current fiber.
Syntax
LPVOID GetCurrentFiber(void);
Parameters
None.
Return Value
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
Header | winbase.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |