]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Include/Library/HiiLib.h
Change the behavior of the HII Library function HiiGetHiiHandles() when the PackageLi...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Nov 2009 08:53:47 +0000 (08:53 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Nov 2009 08:53:47 +0000 (08:53 +0000)
commit7992c0b02d4bb4d166b118c63a38f98b7933bd97
treef9a23b6f4377ea58e2b8d99717de0ac6b9d496bd
parent44770e59103d2d6d2212c5e9db8fe1371d4a177c
Change the behavior of the HII Library function HiiGetHiiHandles() when the PackageListGuid parameter is not NULL. The original behavior is that if this parameter is not NULL at most 1 HII Handle is returned. Behavior after change is if this parameter is not NULL zero or more HII Handles associated with PackageListGuid are returned, because it is possible that there are multiple package lists with same package list GUID in the HII Database.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9393 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Include/Library/HiiLib.h
MdeModulePkg/Library/UefiHiiLib/HiiLib.c