EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL

The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL is used on the ConsoleIn device. It is an extension to the Simple Text Input protocol which allows a variety of extended shift state information to be returned.

Members

Variables

ReadKeyStrokeEx
EFI_INPUT_READ_KEY_EX ReadKeyStrokeEx;
Undocumented in source.
RegisterKeyNotify
EFI_REGISTER_KEYSTROKE_NOTIFY RegisterKeyNotify;
Undocumented in source.
Reset
EFI_INPUT_RESET_EX Reset;
Undocumented in source.
SetState
EFI_SET_STATE SetState;
Undocumented in source.
UnregisterKeyNotify
EFI_UNREGISTER_KEYSTROKE_NOTIFY UnregisterKeyNotify;
Undocumented in source.
WaitForKeyEx
EFI_EVENT WaitForKeyEx;

Event to use with WaitForEvent() to wait for a key to be available.

Meta