]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/HiiLib.h
Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstor...
[mirror_edk2.git] / MdeModulePkg / Include / Library / HiiLib.h
index 3054a9b9c9889aeb8d90adadb30b1d278450cac0..81fdaabd470b5acbdea53e25452b8a8ce75b438e 100644 (file)
@@ -286,18 +286,17 @@ HiiConstructConfigHdr (
   );\r
 \r
 /**\r
-  It has the many same logic to HiiValidateSetting API.\r
-\r
   Reset the default value specified by DefaultId to the driver\r
   configuration got by Request string. \r
-  NULL request string support depends on the ExtractConfig interface of\r
+\r
+  NULL request string support depends on the ExportConfig interface of\r
   HiiConfigRouting protocol in UEFI specification.\r
   \r
-  @param EFI_STRING  Request    A null-terminated Unicode string in \r
-                                <MultiConfigRequest> format. It can be NULL.\r
-                                If it is NULL, all configuration for the\r
-                                entirety of the current HII database will be reset.\r
-  @param UINT16      DefaultId  Specifies the type of defaults to retrieve.\r
+  @param Request    A null-terminated Unicode string in \r
+                    <MultiConfigRequest> format. It can be NULL.\r
+                    If it is NULL, all configuration for the\r
+                    entirety of the current HII database will be reset.\r
+  @param DefaultId  Specifies the type of defaults to retrieve.\r
   \r
   @retval TURE    The default value is set successfully.\r
   @retval FALSE   The default value can't be found and set.\r
@@ -311,15 +310,14 @@ HiiSetToDefaults (
 \r
 /**\r
   Validate the current configuration by parsing HII form IFR opcode.\r
-  It can share the most logic with HiiSetToDefaults.\r
 \r
   NULL request string support depends on the ExtractConfig interface of\r
   HiiConfigRouting protocol in UEFI specification.\r
   \r
-  @param EFI_STRING  Request    A null-terminated Unicode string in \r
-                                <MultiConfigRequest> format. It can be NULL.\r
-                                If it is NULL, all current configuration for the\r
-                                entirety of the current HII database will be validated.\r
+  @param  Request   A null-terminated Unicode string in \r
+                    <MultiConfigRequest> format. It can be NULL.\r
+                    If it is NULL, all current configuration for the\r
+                    entirety of the current HII database will be validated.\r
   \r
   @retval TURE    Current configuration is valid.\r
   @retval FALSE   Current configuration is invalid.\r