EFI_RESET_SYSTEM

Resets the entire platform.

@paramin ResetType The type of reset to perform. @paramin ResetStatus The status code for the reset. @paramin DataSize The size, in bytes, of WatchdogData. @paramin ResetData For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown the data buffer starts with a Null-terminated string, optionally followed by additional binary data.

extern (C)
alias EFI_RESET_SYSTEM = VOID function @nogc nothrow

Meta