summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/ExtractGuidedSectionLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/ExtractGuidedSectionLib.h')
-rw-r--r--MdePkg/Include/Library/ExtractGuidedSectionLib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/ExtractGuidedSectionLib.h b/MdePkg/Include/Library/ExtractGuidedSectionLib.h
index c3fcfe0947..193acc3280 100644
--- a/MdePkg/Include/Library/ExtractGuidedSectionLib.h
+++ b/MdePkg/Include/Library/ExtractGuidedSectionLib.h
@@ -87,7 +87,9 @@ ExtractGuidedSectionRegisterHandlers (
);
/**
- Get the supported exract guided section Handler guid list.
+ Get the supported exract guided section Handler guid table, which is maintained
+ by library. The caller can directly get this guid table pointer
+ without responsibility to allocate or free this table buffer.
It will ASSERT () if ExtractHandlerGuidTable = NULL.
@param[in, out] ExtractHandlerGuidTable The extract Handler guid pointer list.