EFI_INPUT_RESET

Reset the input device and optionally run diagnostics

@param This Protocol instance pointer. @param ExtendedVerification Driver may perform diagnostics on reset.

@retval EFI_SUCCESS The device was reset. @retval EFI_DEVICE_ERROR The device is not functioning properly and could not be reset.

extern (C)
alias EFI_INPUT_RESET = EFI_STATUS function @nogc nothrow

Meta