X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FFrameworkIfrSupportLib%2FIfrVariable.c;h=5974a2640f9b6987145d160c14d40a16b5eb3362;hp=8c662b60647518abaac7a762089569d664795a65;hb=7459094d5f6904a0c8445d97519f4a99b654ef43;hpb=2ec4d26975b0a35f0d9378c5f75c742b1187a3c9 diff --git a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c index 8c662b6064..5974a2640f 100644 --- a/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c +++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c @@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param Pack - List of variables @param Name - Name of the variable/map @param Guid - GUID of the variable/map + @param Id - The index of the variable/map to retrieve @param Var - Pointer to the variable/map @param Size - Size of the variable/map in bytes **/ @@ -119,11 +120,12 @@ EfiLibHiiVariablePackListForEachVar ( @param List - List of variables @param Name - Name of the variable/map @param Guid - GUID of the variable/map + @param Id - Id of the variable/map @param Var - Pointer to the variable/map @param Size - Size of the variable/map in bytes - @param EFI_SUCCESS - Variable is found, OUT parameters are valid - @param EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid + @return EFI_SUCCESS - Variable is found, OUT parameters are valid + @return EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid **/ EFI_STATUS EfiLibHiiVariablePackListGetMapByIdx ( @@ -233,6 +235,7 @@ EfiLibHiiVariablePackListGetMapById ( @param List - List of variables @param Name - Name of the variable/map to be found @param Guid - GUID of the variable/map to be found + @param Id - Id of the variable/map to be found @param Var - Pointer to the variable/map found @param Size - Size of the variable/map in bytes found