Note

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

Access to this page requires authorization. You can try .

PCI_SEGMENT_BUS_NUMBER structure (wdm.h)

Reserved for system use.

Syntax

typedef struct _PCI_SEGMENT_BUS_NUMBER {
 union {
 struct {
 ULONG BusNumber : 8;
 ULONG SegmentNumber : 16;
 ULONG Reserved : 8;
 } bits;
 ULONG AsULONG;
 } u;
} PCI_SEGMENT_BUS_NUMBER, *PPCI_SEGMENT_BUS_NUMBER;

Members

u

u.bits

u.bits.BusNumber

u.bits.SegmentNumber

u.bits.Reserved

u.AsULONG

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h

Feedback

Was this page helpful?

Additional resources