summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-06-12 03:27:45 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-06-12 03:27:45 +0000
commit3347d410cc16429118a39f354f985bf2ac009007 (patch)
treeb178f0d1119f7579156ef7561bf33c36c2fda297 /MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
parent856d643816fc04c5645bba4eafce4de675649c4f (diff)
downloadedk2-platforms-3347d410cc16429118a39f354f985bf2ac009007.tar.xz
Refine the logic about initialize questions value
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13443 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe/Setup.h')
-rw-r--r--MdeModulePkg/Universal/SetupBrowserDxe/Setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
index 6a5ddf1f2b..f043a6bbcd 100644
--- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
+++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
@@ -1067,6 +1067,7 @@ InitializeFormSet (
@param Form Form data structure.
@param DefaultId The Class of the default.
@param SettingScope Setting Scope for Default action.
+ @param Storage Get default value only for this storage.
@retval EFI_SUCCESS The function completed successfully.
@retval EFI_UNSUPPORTED Unsupport SettingScope.
@@ -1077,7 +1078,8 @@ ExtractDefault (
IN FORM_BROWSER_FORMSET *FormSet,
IN FORM_BROWSER_FORM *Form,
IN UINT16 DefaultId,
- IN BROWSER_SETTING_SCOPE SettingScope
+ IN BROWSER_SETTING_SCOPE SettingScope,
+ IN FORMSET_STORAGE *Storage OPTIONAL
);
/**