X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FFrameworkFormBrowser.h;h=4aa3dd1acbb13b3aa9a075e0854406c9a9880e27;hp=9fca00f28fa8476119c265f4ef4eef86d8edcdc7;hb=5259c97d7ac7f464c134c3a15186b30e8e8eadff;hpb=d3a12d776c9985cfc9055d9b9b61aa39682a261e diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h index 9fca00f28f..4aa3dd1acb 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h @@ -1,8 +1,8 @@ /** @file The EFI_FORM_BROWSER_PROTOCOL is the interface to the EFI - Configuration Driver. This will allow the caller to direct the - configuration driver to use either the HII database or use the passed - in packet of data. This will also allow the caller to post messages + Configuration Driver. This interface enables the caller to direct the + configuration driver to use either the HII database or the passed-in + packet of data. This will also allow the caller to post messages into the configuration drivers internal mailbox. Copyright (c) 2006 - 2009, Intel Corporation @@ -81,7 +81,7 @@ typedef struct { @param ScreenDimensions Allows the browser to be called so that it occupies a portion of the physical screen instead of dynamically determining the screen dimensions. - @param ResetRequired This BOOLEAN value will tell the caller if a reset + @param ResetRequired This BOOLEAN value denotes whether a reset is required based on the data that might have been changed. The ResetRequired parameter is primarily applicable for configuration applications, and is an optional parameter. @@ -149,7 +149,7 @@ EFI_STATUS struct _EFI_FORM_BROWSER_PROTOCOL { /// /// Provides direction to the configuration driver whether to use the HII - /// database or to use a passed-in set of data. This functions also establishes + /// database or to use a passed-in set of data. This function also establishes /// a pointer to the calling driver's callback interface. /// EFI_SEND_FORM SendForm;