|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverHealth.h>
Data Fields | |
| EFI_HII_HANDLE | HiiHandle |
| EFI_STRING_ID | StringId |
| UINT64 | MessageCode |
Definition at line 57 of file DriverHealth.h.
| EFI_HII_HANDLE EFI_DRIVER_HEALTH_HII_MESSAGE::HiiHandle |
Definition at line 58 of file DriverHealth.h.
| UINT64 EFI_DRIVER_HEALTH_HII_MESSAGE::MessageCode |
64-bit numeric value of the warning/error specified by this message. A value of 0x0000000000000000 is used to indicate that MessageCode is not specified. The values 0x0000000000000001 to 0x0fffffffffffffff are reserved for allocation by the UEFI Specification. The values 0x1000000000000000 to 0x1fffffffffffffff are reserved for IHV-developed drivers. The values 0x8000000000000000 to 0x8fffffffffffffff is reserved for platform/OEM drivers. All other values are reserved and should not be used.
Definition at line 69 of file DriverHealth.h.
| EFI_STRING_ID EFI_DRIVER_HEALTH_HII_MESSAGE::StringId |
Definition at line 59 of file DriverHealth.h.