summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/FormBrowser2.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 04:50:16 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 04:50:16 +0000
commiteecd469b1064cd253f0b1c666659505659f8d121 (patch)
treef2eda5ab7bca53a883eb157b82c7eb6c1f9467fb /MdePkg/Include/Protocol/FormBrowser2.h
parent258cce138272fc013a723040691b37294e473a37 (diff)
downloadedk2-platforms-eecd469b1064cd253f0b1c666659505659f8d121.tar.xz
Update ScsiIo protocol and ScsiPassThruExt protocol guid value to UEFI 2.1
And remove DriverHealth protocol file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6099 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/FormBrowser2.h')
-rw-r--r--MdePkg/Include/Protocol/FormBrowser2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/FormBrowser2.h b/MdePkg/Include/Protocol/FormBrowser2.h
index 021e04d377..3dc8fa2116 100644
--- a/MdePkg/Include/Protocol/FormBrowser2.h
+++ b/MdePkg/Include/Protocol/FormBrowser2.h
@@ -60,6 +60,8 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
/**
+ Initialize the browser to display the specified configuration forms.
+
This function is the primary interface to the internal forms-based browser.
The forms browser will display forms associated with the specified Handles.
The browser will select all forms in packages which have the specified Type
@@ -68,7 +70,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
@param This A pointer to the EFI_FORM_BROWSER2_PROTOCOL instance
@param Handles A pointer to an array of Handles. This value should correspond
- to the value of the HII form package that is required to be displayed. Type
+ to the value of the HII form package that is required to be displayed.
@param HandleCount The number of Handles specified in Handle.
@@ -107,7 +109,8 @@ EFI_STATUS
/**
-
+ This function is called by a callback handler to retrieve uncommitted state data from the browser.
+
This routine is called by a routine which was called by the
browser. This routine called this service in the browser to
retrieve or set certain uncommitted state information.