GetFiberData macro
Retrieves the fiber data associated with the current fiber.
Syntax
PVOID GetFiberData(void);
Parameters
This macro has no parameters.
Return value
The macro returns the fiber data for the currently running fiber.
Remarks
The fiber data is the value passed to the CreateFiber or ConvertThreadToFiber function in the lpParameter parameter. This value is also received as the parameter to the fiber function. It is stored as part of the fiber state information.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: