X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FFrameworkHiiLib%2FHiiLib.c;h=f2edf44317a837b985bdd18288c7c9cfb7d51719;hp=dd4cedddd97fa2899f9b8de22dae228136784b7b;hb=7459094d5f6904a0c8445d97519f4a99b654ef43;hpb=bb5578456625fc6653fd1138c7e06d18f27f4a8a diff --git a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c index dd4cedddd9..f2edf44317 100644 --- a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c @@ -137,10 +137,11 @@ PreparePackages ( Then, EFI_HII_PACKAGE_LIST will be register to the default System HII Database. The Handle to the newly registered Package List is returned throught HiiHandle. - @param NumberOfPackages The number of HII packages to register. - @param GuidId Package List GUID ID. + @param NumberOfPackages The number of HII packages to register. + @param GuidId Package List GUID ID. + @param DriverHandle The pointer of driver handle @param HiiHandle The ID used to retrieve the Package List later. - @param ... The variable argument list describing all HII Package. + @param ... The variable argument list describing all HII Package. @return The allocated and initialized packages. @@ -279,7 +280,7 @@ HiiLibGetStringFromToken ( If HiiHandle could not be found in the default HII database, then ASSERT. If StringId is not found in PackageList, then ASSERT. - @param HiiHandle The HII handle of package list. + @param PackageList The HII handle of package list. @param StringId The String ID. @param String The output string.