]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FormBrowserEx2.h
Refine the code logic for browser and display engine.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FormBrowserEx2.h
index 817f80d4c4fa7094c58e8f5ac5329f7ea1b3118c..105ac0308fa3fff6d3514ac348a2fa04393bc1a4 100644 (file)
@@ -2,7 +2,7 @@
   Extension Form Browser Protocol provides the services that can be used to \r
   register the different hot keys for the standard Browser actions described in UEFI specification.\r
 \r
-Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -62,8 +62,8 @@ typedef struct {
 \r
   EFI_HII_HANDLE  HiiHandle;\r
   EFI_GUID        FormSetGuid;\r
-  UINT16          FormId;\r
-  UINT16          QuestionId;\r
+  EFI_FORM_ID     FormId;\r
+  EFI_QUESTION_ID QuestionId;\r
 } FORM_ENTRY_INFO;\r
 \r
 #define FORM_ENTRY_INFO_FROM_LINK(a)  CR (a, FORM_ENTRY_INFO, Link, FORM_ENTRY_INFO_SIGNATURE)\r