FiberFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration FiberFlags
Dim instance As FiberFlags
public enum class FiberFlags
No code example is currently available or this language may not be supported.
None |
0 |
The floating-point state on x86 systems is not switched and data can be corrupted if a fiber uses floating-point arithmetic.
|
FloatSwitch |
1 |
The floating-point state is switched for the fiber.
|