From 6c4986de2d698780db8c40f7559b2cf0965a9b03 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 23 Nov 2010 11:14:39 +0000 Subject: Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11086 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/HiiConfigRouting.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h index ceff241..ce38a25 100644 --- a/MdePkg/Include/Protocol/HiiConfigRouting.h +++ b/MdePkg/Include/Protocol/HiiConfigRouting.h @@ -328,7 +328,10 @@ EFI_STATUS value pair. Block is left updated and Progress points at the '&' preceding the first non-. - + @retval EFI_DEVICE_ERROR Block not large enough. Progress undefined. + @retval EFI_NOT_FOUND Target for the specified routing data was not found. + Progress points to the "G" in "GUID" of the errant + routing data. **/ typedef EFI_STATUS -- cgit v1.1