RTNAL_PCI_LOCATION

Structure RTNAL_PCI_LOCATION is a parameter to RtndIoctl call to get the PCI Bus location of the interface.

Syntax

typedef struct _RTNAL_PCI_LOCATION{
    ULONG busNumber;
    PCI_SLOT_NUMBER slotNumber
}RTNAL_PCI_LOCATION, *PRTNAL_PCI_LOCATION;

Fields

busNumber

PCI bus number.

slotNumber

PCI slot and function numbers.

Requirements

Minimum Supported Version RTX64 4.0
Header rtnapi.h, RtNalApi.h
Library RtNal.lib