// wdm.h
typedef struct _PNP_BUS_INFORMATION {
GUID BusTypeGuid;
INTERFACE_TYPE LegacyBusType;
ULONG BusNumber;
} PNP_BUS_INFORMATION, *PPNP_BUS_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
The PNP_BUS_INFORMATION structure describes a bus.
BusTypeGuidLegacyBusTypeBusNumber