diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-23 11:14:39 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-23 11:14:39 +0000 |
commit | 6c4986de2d698780db8c40f7559b2cf0965a9b03 (patch) | |
tree | 4c0485e26c44f88d58acada126a1186f8c727aa0 | |
parent | 09b794172ec8efcbc00c0ada499e2ef646a10f47 (diff) | |
download | edk2-6c4986de2d698780db8c40f7559b2cf0965a9b03.tar.gz edk2-6c4986de2d698780db8c40f7559b2cf0965a9b03.tar.bz2 edk2-6c4986de2d698780db8c40f7559b2cf0965a9b03.zip |
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
-rw-r--r-- | MdePkg/Include/Protocol/HiiConfigRouting.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h index ceff241fe6..ce38a2559c 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-<BlockName>.
-
+ @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
|