Translates a bus-specific address into the corresponding system logical address. In INtime, this functions performs no action; it is present only for compatibility.
BOOLEAN RtTranslateBusAddress(
    INTERFACE_TYPE InterfaceType,
    ULONG BusNumber,
    LARGE_INTEGER BusAddress,
    PULONG pAddressSpace,
    PLARGE_INTEGER pTranslatedAddress
);
InterfaceType 
BusNumber 
BusAddress 
pAddressSpace 
pTranslatedAddress 
BusAddress. Always TRUE.
| 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.
RtGetBusDataByOffset, RtSetBusDataByOffset, iwin32 API, iwin32 Overview