Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NDIS_KDNET_BDF structure describes the PCI location of the port to query.
Syntax
typedef struct _NDIS_KDNET_BDF {
  ULONG SegmentNumber;
  ULONG BusNumber;
  ULONG DeviceNumber;
  ULONG FunctionNumber;
  ULONG Reserved;
} NDIS_KDNET_BDF, *PNDIS_KDNET_PCI_BDF;
Members
SegmentNumber
The PCI SegmentNumber.
BusNumber
The PCI BusNumber.
DeviceNumber
The PCI DeviceNumber.
FunctionNumber
The PCI Function Number.
Reserved
This field is reserved. Do not use.
Requirements
| Requirement | Value | 
|---|---|
| Header | kdnetpf.h |