TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverConfiguration2.h>
Data Fields | |
EFI_DRIVER_CONFIGURATION2_SET_OPTIONS | SetOptions |
EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID | OptionsValid |
EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS | ForceDefaults |
CHAR8 * | SupportedLanguages |
Used to set configuration options for a controller that an EFI Driver is managing.
Definition at line 171 of file DriverConfiguration2.h.
EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS _EFI_DRIVER_CONFIGURATION2_PROTOCOL::ForceDefaults |
Definition at line 174 of file DriverConfiguration2.h.
EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID _EFI_DRIVER_CONFIGURATION2_PROTOCOL::OptionsValid |
Definition at line 173 of file DriverConfiguration2.h.
EFI_DRIVER_CONFIGURATION2_SET_OPTIONS _EFI_DRIVER_CONFIGURATION2_PROTOCOL::SetOptions |
Definition at line 172 of file DriverConfiguration2.h.
CHAR8* _EFI_DRIVER_CONFIGURATION2_PROTOCOL::SupportedLanguages |
A Null-terminated ASCII string that contains one or more RFC 4646 language codes. This is the list of language codes that this protocol supports.
Definition at line 179 of file DriverConfiguration2.h.