INtime SDK Help
RtTranslateBusAddess (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtTranslateBusAddess (iwin32)

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
);

Parameters

InterfaceType
The bus interface type, which should be PCIBus.
BusNumber
Ignored.
BusAddress
The bus-relative address.
pAddressSpace
Ignored.
pTranslatedAddress
A pointer to the translated address, which is set to the value of BusAddress.

Return Values

Always TRUE.

Requirements

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.

See Also

RtGetBusDataByOffset, RtSetBusDataByOffset, iwin32 API, iwin32 Overview