]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/IfrSupportLib.h
1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace...
[mirror_edk2.git] / MdeModulePkg / Include / Library / IfrSupportLib.h
index 3f686bd49c297169dd5ee2eec4f0c9d6e2d68d63..73ddcaab784fffaabc121fa7a3d8538a8ce31556 100644 (file)
@@ -744,6 +744,7 @@ IfrLibCreatePopUp (
 \r
   @param  NumberOfLines          The number of lines for the dialog box\r
   @param  KeyValue               The EFI_KEY value returned if HotKey is TRUE..\r
+  @param  String                 The first String to be displayed in the Pop-Up.\r
   @param  Args                   VA_LIST marker for the variable argument list.\r
                                  A series of (quantity == NumberOfLines - 1) text\r
                                  strings which will be used to construct the dialog\r
@@ -758,6 +759,7 @@ EFIAPI
 IfrLibCreatePopUp2 (\r
   IN  UINTN                       NumberOfLines,\r
   OUT EFI_INPUT_KEY               *KeyValue,\r
+  IN  CHAR16                      *String,\r
   IN  VA_LIST                     Args\r
   )\r
 ;\r