EFI_TEXT_RESET

Reset the text output device hardware and optionaly run diagnostics

@param This The protocol instance pointer. @param ExtendedVerification Driver may perform more exhaustive verfication operation of the device during reset.

@retval EFI_SUCCESS The text output device was reset. @retval EFI_DEVICE_ERROR The text output device is not functioning correctly and could not be reset.

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

Meta