With RapidPci you can access PCI header of the device's configuration space (see PCI_COMMON_CONFIG structure).
| GetPciHeader - reads data from the header of the device's configuration space.
|
| SetPciHeader - you can change any field of PCI configuration space then write it back.
|
| ReadFromPci - reads byte, word, or double word from the PCI configuration space
|
| WriteToPci - writes byte, word, or double word to the PCI configuration space
|
|