X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FSectionExtraction.h;h=025695bb67ab146c74c684d60103ff95ed938bd8;hp=4e4fe1f9fc2fbe1354503c5a65bab4e00ab4e763;hb=5259c97d7ac7f464c134c3a15186b30e8e8eadff;hpb=d3a12d776c9985cfc9055d9b9b61aa39682a261e diff --git a/IntelFrameworkPkg/Include/Protocol/SectionExtraction.h b/IntelFrameworkPkg/Include/Protocol/SectionExtraction.h index 4e4fe1f9fc..025695bb67 100644 --- a/IntelFrameworkPkg/Include/Protocol/SectionExtraction.h +++ b/IntelFrameworkPkg/Include/Protocol/SectionExtraction.h @@ -67,13 +67,13 @@ EFI_STATUS @param This Indicates the EFI_SECTION_EXTRACTION_PROTOCOL instance. @param SectionStreamHandle Indicates from which section stream to read. - @param SectionType Pointer to an EFI_SECTION_TYPE. SectionType == NULL, the contents of the - entire section stream are returned in Buffer.If SectionType is not NULL, - only the requested section is returned. EFI_SECTION_ALL matches all section + @param SectionType Pointer to an EFI_SECTION_TYPE. If SectionType == NULL, the contents of the + entire section stream are returned in Buffer. If SectionType is not NULL, + only the requested section is returned. EFI_SECTION_ALL matches all section types and can be used as a wild card to extract all sections in order. - @param SectionDefinitionGuid Pointer to an EFI_GUID.If SectionType == + @param SectionDefinitionGuid Pointer to an EFI_GUID. If SectionType == EFI_SECTION_GUID_DEFINED, SectionDefinitionGuid indicates what section GUID - to search for.If SectionType !=EFI_SECTION_GUID_DEFINED, then + to search for. If SectionType !=EFI_SECTION_GUID_DEFINED, then SectionDefinitionGuid is unused and is ignored. @param SectionInstance Indicates which instance of the requested section type to return when SectionType is not NULL.