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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: