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

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

Data Fields

EFI_HII_HANDLE HiiHandle
 
EFI_STRING_ID StringId
 
UINT64 MessageCode
 

Detailed Description

EFI_DRIVER_HEALTH_HII_MESSAGE

Definition at line 57 of file DriverHealth.h.

Field Documentation

◆ HiiHandle

EFI_HII_HANDLE EFI_DRIVER_HEALTH_HII_MESSAGE::HiiHandle

Definition at line 58 of file DriverHealth.h.

◆ MessageCode

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.

◆ StringId

EFI_STRING_ID EFI_DRIVER_HEALTH_HII_MESSAGE::StringId

Definition at line 59 of file DriverHealth.h.


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