summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeExtractGuidedSectionLib
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 08:21:57 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 08:21:57 +0000
commit57209470294e60db5a6f0878efd432324af3154b (patch)
tree0e264cc5baac4867020eb0f75fdce14fd73b2977 /MdePkg/Library/DxeExtractGuidedSectionLib
parent41cc1860147bee6c42e6d36ef6176b48098072ec (diff)
downloadedk2-57209470294e60db5a6f0878efd432324af3154b.tar.gz
edk2-57209470294e60db5a6f0878efd432324af3154b.tar.bz2
edk2-57209470294e60db5a6f0878efd432324af3154b.zip
Comments have been checked with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6868 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeExtractGuidedSectionLib')
-rw-r--r--MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
index 9e9cc009ab..775c069609 100644
--- a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
+++ b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
@@ -99,6 +99,7 @@ ExtractGuidedSectionGetGuidList (
Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.
If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.
If there are not enough resources available to register the handlers then RETURN_OUT_OF_RESOURCES is returned.
+
If SectionGuid is NULL, then ASSERT().
If GetInfoHandler is NULL, then ASSERT().
If DecodeHandler is NULL, then ASSERT().
@@ -112,7 +113,6 @@ ExtractGuidedSectionGetGuidList (
allocated output buffer.
@retval RETURN_SUCCESS The handlers were registered.
- @retval RETURN_ALREADY_STARTED Handlers have already been registered for the GUID specified by SectionGuid.
@retval RETURN_OUT_OF_RESOURCES There are not enough resources available to register the handlers.
**/