Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.06 KB

nf-fibersapi-isthreadafiber.md

File metadata and controls

84 lines (63 loc) · 2.06 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:fibersapi.IsThreadAFiber
IsThreadAFiber function
Determines whether the current thread is a fiber.
IsThreadAFiber
IsThreadAFiber function
base.isthreadafiber
fibersapi/IsThreadAFiber
winbase/IsThreadAFiber
base\isthreadafiber.htm
backup
0d591343-84eb-410d-815b-b42850d3f2e1
12/05/2018
IsThreadAFiber, IsThreadAFiber function, base.isthreadafiber, fibersapi/IsThreadAFiber, winbase/IsThreadAFiber
fibersapi.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Kernel32.lib
Kernel32.dll
Windows
19H1
IsThreadAFiber
fibersapi/IsThreadAFiber
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-fibers-l1-1-1.dll
KernelBase.dll
API-MS-Win-DownLevel-Kernel32-l1-1-0.dll
MinKernelBase.dll
IsThreadAFiber

IsThreadAFiber function

-description

Determines whether the current thread is a fiber.

-returns

The function returns TRUE if the thread is a fiber and FALSE otherwise.

-remarks

To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later. For more information, see Using the Windows Headers.

-see-also

ConvertThreadToFiber

ConvertThreadToFiberEx

Fibers

Process and Thread Functions