iPXE
Data Fields
_EFI_COMPONENT_NAME_PROTOCOL Struct Reference

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

#include <ComponentName.h>

Data Fields

EFI_COMPONENT_NAME_GET_DRIVER_NAME GetDriverName
 
EFI_COMPONENT_NAME_GET_CONTROLLER_NAME GetControllerName
 
CHAR8SupportedLanguages
 A Null-terminated ASCII string that contains one or more ISO 639-2 language codes. More...
 

Detailed Description

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

Definition at line 110 of file ComponentName.h.

Field Documentation

◆ GetDriverName

EFI_COMPONENT_NAME_GET_DRIVER_NAME _EFI_COMPONENT_NAME_PROTOCOL::GetDriverName

Definition at line 111 of file ComponentName.h.

◆ GetControllerName

EFI_COMPONENT_NAME_GET_CONTROLLER_NAME _EFI_COMPONENT_NAME_PROTOCOL::GetControllerName

Definition at line 112 of file ComponentName.h.

◆ SupportedLanguages

CHAR8* _EFI_COMPONENT_NAME_PROTOCOL::SupportedLanguages

A Null-terminated ASCII string that contains one or more ISO 639-2 language codes.

This is the list of language codes that this protocol supports.

Definition at line 118 of file ComponentName.h.


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