IsThreadAFiber function
Determines whether the current thread is a fiber.
Syntax
BOOL WINAPI IsThreadAFiber(void);
Parameters
This function has no parameters.
Return value
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.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012