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§
- Watchdog VMGS formatted buffer contained invalid data.
- Persist and restore watchdog data into a [
NonVolatileStore
] using the VMGS watchdog data format.
Enums§
- Errors which may occur as part of
WatchdogVmgsFormatStore
operations.