ReactOS 0.4.15-dev-7934-g1dc8d80
VENDOR_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for VENDOR_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
EFI_GUID Guid
 

Detailed Description

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.

Definition at line 145 of file DevicePath.h.

Member Data Documentation

◆ Guid

EFI_GUID VENDOR_DEVICE_PATH::Guid

Vendor-assigned GUID that defines the data that follows.

Definition at line 150 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL VENDOR_DEVICE_PATH::Header

Definition at line 146 of file DevicePath.h.


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