TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_COMPONENT_NAME2_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/ComponentName2.h>

Data Fields

EFI_COMPONENT_NAME2_GET_DRIVER_NAME GetDriverName
 
EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME GetControllerName
 
CHAR8 * SupportedLanguages
 

Detailed Description

This protocol is used to retrieve user readable names of drivers and controllers managed by UEFI Drivers.

Definition at line 148 of file ComponentName2.h.

Field Documentation

◆ GetControllerName

EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetControllerName

Definition at line 150 of file ComponentName2.h.

◆ GetDriverName

EFI_COMPONENT_NAME2_GET_DRIVER_NAME _EFI_COMPONENT_NAME2_PROTOCOL::GetDriverName

Definition at line 149 of file ComponentName2.h.

◆ SupportedLanguages

CHAR8* _EFI_COMPONENT_NAME2_PROTOCOL::SupportedLanguages

A Null-terminated ASCII string array that contains one or more supported language codes. This is the list of language codes that this protocol supports. The number of languages supported by a driver is up to the driver writer. SupportedLanguages is specified in RFC 4646 format.

Definition at line 159 of file ComponentName2.h.


The documentation for this struct was generated from the following file: