Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 1.89 KB

nf-winnt-getcurrentfiber.md

File metadata and controls

78 lines (60 loc) · 1.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winnt.GetCurrentFiber
GetCurrentFiber function (winnt.h)
Retrieves the address of the current fiber.
GetCurrentFiber
GetCurrentFiber function
_win32_getcurrentfiber
base.getcurrentfiber
winnt/GetCurrentFiber
base\getcurrentfiber.htm
backup
a08bfac8-00d0-41b7-9879-802189710093
12/05/2018
GetCurrentFiber, GetCurrentFiber function, _win32_getcurrentfiber, base.getcurrentfiber, winnt/GetCurrentFiber
winnt.h
Windows.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
Windows
19H1
GetCurrentFiber
winnt/GetCurrentFiber
c++
APIRef
kbSyntax
HeaderDef
WinNT.h
GetCurrentFiber

GetCurrentFiber function

-description

Retrieves the address of the current fiber.

-returns

The macro returns 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.

-see-also

ConvertThreadToFiber

CreateFiber

Fibers