mirror of https://github.com/acidanthera/audk.git
Update function descriptions of AIP EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Qiu, Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15520 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
690f491dba
commit
46d491d258
|
@ -179,9 +179,9 @@ EFI_STATUS
|
||||||
InfoTypesBufferCount.
|
InfoTypesBufferCount.
|
||||||
|
|
||||||
@param[in] This A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance.
|
@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.
|
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
|
@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
|
returned in InfoTypesBuffer. The number of information type GUIDs was
|
||||||
|
|
Loading…
Reference in New Issue