Expand description
The watchdog state VMGS data format, as used in Hyper-V.
At the moment, the format is dead simple: it’s just a single byte - either a 1 or a 0 - tha represents if the previous boot failed.
Structs§
- Invalid
Format Error - Watchdog VMGS formatted buffer contained invalid data.
- Watchdog
Vmgs Format Store - Persist and restore watchdog data into a [
NonVolatileStore
] using the VMGS watchdog data format.
Enums§
- Watchdog
Vmgs Format Store Error - Errors which may occur as part of
WatchdogVmgsFormatStore
operations.