Structs§
- Exception
- Represents an exception that occurs during program execution, along with additional context information.
- Registers
- Represents a saved state of the CPU registers.
Enums§
- Exception
Code - Represents a system-specific exception code.
Functions§
- try_seh
- Executes the provided procedure in a context where exceptions are handled, catching any
hardware exceptions that occur.