Structure PCI_INFOΒΆ
The structure has the following members:
| Member | Data type |
|---|---|
| usVendorID | WORD |
| usDeviceID | WORD |
| usSubVendorID | WORD |
| usSubSystemID | WORD |
| ulBusNr | DWORD |
| SlotNr | DWORD |
| ulFunction | DWORD |
| ulBaseAddresses | ARRAY[0..5] OF DWORD |
| byInterrupt | BYTE |
| DeviceSpecific | ARRAY[0..191] OF BYTE |
The structure is set up by the Pci Bios. The access is read-only, do never write to this structure.