]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiConfigAccess.h
fix one bug in (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(), it is not aligned with spec
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiConfigAccess.h
index 0af01900e11721632f9a207258c99dc9e2715e41..211a5d125310a1c60c4123154c0659dfb4243ddc 100644 (file)
@@ -191,34 +191,19 @@ typedef
 EFI_STATUS\r
 (EFIAPI *EFI_HII_ACCESS_FORM_CALLBACK)(\r
   IN  CONST EFI_HII_CONFIG_ACCESS_PROTOCOL   *This,\r
-  IN  EFI_BROWSER_ACTION                     Action,\r
+  IN  EFI_BROWSER_ACTION                     *Action,\r
   IN  EFI_QUESTION_ID                        QuestionId,\r
   IN  UINT8                                  Type,\r
   IN  EFI_IFR_TYPE_VALUE                     *Value,\r
   OUT EFI_BROWSER_ACTION_REQUEST             *ActionRequest\r
   )\r
   ;\r
-/**\r
-  @par Protocol Description:   \r
-  This protocol provides a callable interface between the HII and\r
-  drivers. Only drivers which provide IFR data to HII are required\r
-  to publish this protocol.\r
-\r
-  @param ExtractConfig  This function breaks apart the UNICODE\r
-                        request strings routing them to the\r
-                        appropriate drivers. This function is\r
-                        analogous to the similarly named\r
-                        function in the HII Routing Protocol.\r
-  \r
-  @param RouteConfig    This function breaks apart the UNICODE\r
-                        results strings and returns configuration\r
-                        information as specified by the request.\r
   \r
-  @param Callback       This function is called from the\r
-                        configuration browser to communicate certain\r
-                        activities that were initiated by a user.\r
-\r
-**/\r
+///\r
+/// This protocol provides a callable interface between the HII and\r
+/// drivers. Only drivers which provide IFR data to HII are required\r
+/// to publish this protocol.\r
+///\r
 struct _EFI_HII_CONFIG_ACCESS_PROTOCOL {\r
   EFI_HII_ACCESS_EXTRACT_CONFIG     ExtractConfig;\r
   EFI_HII_ACCESS_ROUTE_CONFIG       RouteConfig;\r