Reads configuration data from PCI space.
ULONG RtGetBusDataByOffset(
    BUS_DATA_TYPE BusDataType,
    ULONG BusNumber,
    ULONG SlotNumber,
    PVOID pBuffer,
    ULONG Offset,
    ULONG Length
);
BusDataType 
BusNumber 
SlotNumber 
pBuffer 
Offset 
Length 
Only PCI configuration data is available.
The number of bytes actually read. Special values include:
0 (zero) 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib | 
Note
This function operates in the real-time portion of your application.
RtSetBusDataByOffset, RtTranslateBusAddress, iwin32 API, iwin32 Overview