#include <ComponentName2.h>
Data Fields | |
| EFI_COMPONENT_NAME2_GET_DRIVER_NAME | GetDriverName |
| EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME | GetControllerName |
| CHAR8 * | SupportedLanguages |
| A Null-terminated ASCII string array that contains one or more supported language codes. | |
Definition at line 158 of file ComponentName2.h.
Definition at line 159 of file ComponentName2.h.
Definition at line 160 of file ComponentName2.h.
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 3066 format.
Definition at line 169 of file ComponentName2.h.
1.5.7.1