X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FEditMenuBar.h;h=a15617edf6fb4f0889edcf25e27da934f32df668;hp=d545db93465b1e9f49019b7699b09ccd7b44a24d;hb=5563281fa2b31093a1cbd415553b9264c5136e89;hpb=0a54cd4431c31ab2e72d880a55c31dd08f971cc4 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h index d545db9346..a15617edf6 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h @@ -1,7 +1,7 @@ /** @file Declares menubar interface functions. - Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -105,7 +105,7 @@ MenuBarDispatchFunctionKey ( /** Function to dispatch the correct function based on a control-based key (ctrl+o...) - @param[in] Key The pressed key. + @param[in] KeyData The pressed key. @retval EFI_NOT_FOUND The key was not a valid control-based key (an error was sent to the status bar). @@ -113,7 +113,7 @@ MenuBarDispatchFunctionKey ( **/ EFI_STATUS MenuBarDispatchControlHotKey ( - IN CONST EFI_INPUT_KEY *Key + IN CONST EFI_KEY_DATA *KeyData ); #endif