Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources