EFI_INPUT_RESET_EX

The Reset() function resets the input device hardware. As part of initialization process, the firmware/device will make a quick but reasonable attempt to verify that the device is functioning. If the ExtendedVerification flag is TRUE the firmware may take an extended amount of time to verify the device is operating on reset. Otherwise the reset operation is to occur as quickly as possible. The hardware verification process is not defined by this specification and is left up to the platform firmware or driver to implement.

@param This A pointer to the EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL instance.

@param ExtendedVerification Indicates that the driver may perform a more exhaustive verification operation of the device during reset.

More...
extern (C)
alias EFI_INPUT_RESET_EX = EFI_STATUS function @nogc nothrow

Detailed Description

@retval EFI_SUCCESS The device was reset.

@retval EFI_DEVICE_ERROR The device is not functioning correctly and could not be reset.

Meta