Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |