PNP_BUS_INFORMATION structure (wdm.h)

The PNP_BUS_INFORMATION structure describes a bus.

Syntax

typedef struct _PNP_BUS_INFORMATION {
  GUID           BusTypeGuid;
  INTERFACE_TYPE LegacyBusType;
  ULONG          BusNumber;
} PNP_BUS_INFORMATION, *PPNP_BUS_INFORMATION;

Members

BusTypeGuid

LegacyBusType

BusNumber

Requirements

Requirement Value
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

IRP_MN_QUERY_BUS_INFORMATION