FiberFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FiberFlags

Remarks

Members

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.

See Also