]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
ShellPkg/[hex]edit: use SimpleTextInEx to read console
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditMenuBar.h
index d545db93465b1e9f49019b7699b09ccd7b44a24d..a15617edf6fb4f0889edcf25e27da934f32df668 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Declares menubar interface functions.\r
 \r
-  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -105,7 +105,7 @@ MenuBarDispatchFunctionKey (
 /**\r
   Function to dispatch the correct function based on a control-based key (ctrl+o...)\r
 \r
-  @param[in] Key                The pressed key.\r
+  @param[in] KeyData                The pressed key.\r
 \r
   @retval EFI_NOT_FOUND         The key was not a valid control-based key \r
                                 (an error was sent to the status bar).\r
@@ -113,7 +113,7 @@ MenuBarDispatchFunctionKey (
 **/\r
 EFI_STATUS\r
 MenuBarDispatchControlHotKey (\r
-  IN CONST EFI_INPUT_KEY   *Key\r
+  IN CONST EFI_KEY_DATA   *KeyData\r
   );\r
 \r
 #endif\r