X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FEfi%2FProtocol%2FHiiDatabase%2FHiiDatabase.h;h=b319aae973d13795fea8346485bd82be272ae310;hp=8cb526613eebb688fd757046ff88ca1e19fc60ff;hb=3e99020dbf0a159e34b84e7ae9125f2e368d5390;hpb=68bb5ce77e51cf35791e46f2202e36da97e5e6be diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h index 8cb526613e..b319aae973 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2007, Intel Corporation. All rights reserved.
+Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -138,8 +138,7 @@ EFI_STATUS Returns: EFI_SUCCESS - The data associated with the Handle was removed from the HII database. - EFI_NOT_FOUND - The specified PackageList could not be found in database. - EFI_INVALID_PARAMETER - The Handle was not valid. + EFI_NOT_FOUND - The specified Handle is not in database. --*/ ; @@ -166,8 +165,8 @@ EFI_STATUS Returns: EFI_SUCCESS - The HII database was successfully updated. EFI_OUT_OF_RESOURCES - Unable to allocate enough memory for the updated database. - EFI_INVALID_PARAMETER - Handle or PackageList was NULL. - EFI_NOT_FOUND - The Handle was not valid or could not be found in database. + EFI_INVALID_PARAMETER - PackageList was NULL. + EFI_NOT_FOUND - The specified Handle is not in database. --*/ ; @@ -203,12 +202,16 @@ EFI_STATUS Returns: EFI_SUCCESS - The matching handles are outputed successfully. + HandleBufferLength is updated with the actual length. EFI_BUFFER_TO_SMALL - The HandleBufferLength parameter indicates that Handle is too small to support the number of handles. HandleBufferLength is updated with a value that will enable the data to fit. EFI_NOT_FOUND - No matching handle could not be found in database. EFI_INVALID_PARAMETER - Handle or HandleBufferLength was NULL. + EFI_INVALID_PARAMETER - PackageType is not a EFI_HII_PACKAGE_TYPE_GUID but + PackageGuid is not NULL, PackageType is a EFI_HII_ + PACKAGE_TYPE_GUID but PackageGuid is NULL. --*/ ; @@ -312,7 +315,8 @@ EFI_STATUS Returns: EFI_SUCCESS - Notification is unregistered successfully. - EFI_INVALID_PARAMETER - The Handle is invalid. + EFI_NOT_FOUND - The incoming notification handle does not exist + in current hii database. --*/ ;