From 46d491d2587ee5cba735efb7e10ecdaec8aa5c70 Mon Sep 17 00:00:00 2001 From: "Gao, Liming" Date: Mon, 12 May 2014 09:41:58 +0000 Subject: Update function descriptions of AIP EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming Reviewed-by: Qiu, Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15520 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/AdapterInformation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h index e6be075a79..63b560a106 100644 --- a/MdePkg/Include/Protocol/AdapterInformation.h +++ b/MdePkg/Include/Protocol/AdapterInformation.h @@ -179,9 +179,9 @@ EFI_STATUS InfoTypesBufferCount. @param[in] This A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance. - @param[out] InfoTypesBuffer A pointer to the list of InformationType GUID pointers that are supported + @param[out] InfoTypesBuffer A pointer to the array of InformationType GUIDs that are supported by This. - @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer. + @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer. @retval EFI_SUCCESS The list of information type GUIDs that are supported on this adapter was returned in InfoTypesBuffer. The number of information type GUIDs was -- cgit v1.2.3