PNP_BUS_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_pnp_bus_information)

_PNP_BUS_INFORMATION structure

Description

The PNP_BUS_INFORMATION structure describes a bus.

Members

BusTypeGuid

LegacyBusType

BusNumber

See also

IRP_MN_QUERY_BUS_INFORMATION