]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the filed FormValue to Framework's EFI_HII_UPDATE_DATA. This change keeps the...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Apr 2008 13:32:24 +0000 (13:32 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Apr 2008 13:32:24 +0000 (13:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5083 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h

index 7f35acf4ad8aed29f5613ed4ad4a6e8f82c22b11..577fa7cbaef0473548c765f57455ab720138e9f1 100644 (file)
@@ -169,6 +169,7 @@ typedef struct {
   BOOLEAN               FormSetUpdate;      // If TRUE, next variable is significant\r
   EFI_PHYSICAL_ADDRESS  FormCallbackHandle; // If not 0, will update Formset with this info\r
   BOOLEAN               FormUpdate;         // If TRUE, next variable is significant\r
+  UINT16                FormValue;          // specify which form is to be updated if FormUpdate value is TRUE.\r
   STRING_REF            FormTitle;          // If not 0, will update Form with this info\r
   UINT16                DataCount;          // The number of Data entries in this structure\r
   UINT8                 *Data;              // An array of 1+ op-codes, specified by DataCount\r