ReactOS 0.4.15-dev-7924-g5949c20
_EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL Struct Reference

#include <SimpleTextInEx.h>

Collaboration diagram for _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL:

Public Attributes

EFI_INPUT_RESET_EX Reset
 
EFI_INPUT_READ_KEY_EX ReadKeyStrokeEx
 
EFI_EVENT WaitForKeyEx
 
EFI_SET_STATE SetState
 
EFI_REGISTER_KEYSTROKE_NOTIFY RegisterKeyNotify
 
EFI_UNREGISTER_KEYSTROKE_NOTIFY UnregisterKeyNotify
 

Detailed Description

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.

Definition at line 309 of file SimpleTextInEx.h.

Member Data Documentation

◆ ReadKeyStrokeEx

EFI_INPUT_READ_KEY_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::ReadKeyStrokeEx

Definition at line 311 of file SimpleTextInEx.h.

◆ RegisterKeyNotify

EFI_REGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::RegisterKeyNotify

Definition at line 317 of file SimpleTextInEx.h.

◆ Reset

EFI_INPUT_RESET_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::Reset

Definition at line 310 of file SimpleTextInEx.h.

Referenced by EfiConInExReset().

◆ SetState

EFI_SET_STATE _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::SetState

Definition at line 316 of file SimpleTextInEx.h.

◆ UnregisterKeyNotify

EFI_UNREGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::UnregisterKeyNotify

Definition at line 318 of file SimpleTextInEx.h.

◆ WaitForKeyEx

EFI_EVENT _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::WaitForKeyEx

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

Definition at line 315 of file SimpleTextInEx.h.


The documentation for this struct was generated from the following file: