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

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.1 intime/nt/include/iwin32x.h iwin32x.h iwin32x.lib

Notes

See Also

RtGetBusDataByOffset, RtSetBusDataByOffset, iwin32x API, iwin32 Overview