Comments have been checked with spec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6868 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-12-05 08:21:57 +00:00
parent 41cc186014
commit 5720947029
3 changed files with 1 additions and 3 deletions

View File

@ -128,7 +128,6 @@ RETURN_STATUS
allocated output buffer. allocated output buffer.
@retval RETURN_SUCCESS The handlers were registered. @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. @retval RETURN_OUT_OF_RESOURCES There are not enough resources available to register the handlers.
**/ **/

View File

@ -99,6 +99,7 @@ ExtractGuidedSectionGetGuidList (
Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid. 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 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 there are not enough resources available to register the handlers then RETURN_OUT_OF_RESOURCES is returned.
If SectionGuid is NULL, then ASSERT(). If SectionGuid is NULL, then ASSERT().
If GetInfoHandler is NULL, then ASSERT(). If GetInfoHandler is NULL, then ASSERT().
If DecodeHandler is NULL, then ASSERT(). If DecodeHandler is NULL, then ASSERT().
@ -112,7 +113,6 @@ ExtractGuidedSectionGetGuidList (
allocated output buffer. allocated output buffer.
@retval RETURN_SUCCESS The handlers were registered. @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. @retval RETURN_OUT_OF_RESOURCES There are not enough resources available to register the handlers.
**/ **/

View File

@ -180,7 +180,6 @@ ExtractGuidedSectionGetGuidList (
allocated output buffer. allocated output buffer.
@retval RETURN_SUCCESS The handlers were registered. @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. @retval RETURN_OUT_OF_RESOURCES There are not enough resources available to register the handlers.
**/ **/