VENDOR_DEVICE_PATH

The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must allocate a Vendor GUID for a Device Path. The Vendor GUID can then be used to define the contents on the n bytes that follow in the Vendor Device Path node.

extern (C)
struct VENDOR_DEVICE_PATH {}

Members

Variables

Guid
EFI_GUID Guid;

Vendor-assigned GUID that defines the data that follows.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.

Meta