ACPI_EXTENDED_HID_DEVICE_PATH

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct ACPI_EXTENDED_HID_DEVICE_PATH {}

Members

Variables

CID
UINT32 CID;

Device's compatible PnP hardware ID stored in a numeric 32-bit compressed EISA-type ID. This value must match at least one of the compatible device IDs returned by the corresponding CID in the ACPI name space.

HID
UINT32 HID;

Device's PnP hardware ID stored in a numeric 32-bit compressed EISA-type ID. This value must match the corresponding HID in the ACPI name space.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
UID
UINT32 UID;

Unique ID that is required by ACPI if two devices have the same _HID. This value must also match the corresponding UID/_HID pair in the ACPI name space.

Meta