TranslateSystemAddr (Windows CE 5.0)
This function translates a physical system address to a physical bus address.
BOOL TranslateSystemAddr ( HANDLE hBusAccess, INTERFACE_TYPE InterfaceType, ULONG BusNumber, PHYSICAL_ADDRESS SystemAddress, PPHYSICAL_ADDRESS TranslatedAddress);
Parameters
- hBusAccess
[in] Handle obtained from CreateBusAccessHandle. - InterfaceType
[in] Bus type specified by the INTERFACE_TYPE enumeration. - BusNumber
[in] Zero-based and system-assigned bus number for the device, used with InterfaceType to identify the bus for systems with more than one bus of the same type. - SystemAddress
[in] System physical address. - TranslatedAddress
[out] Pointer to the translated address.
Return Values
Returns TRUE if successful. Otherwise, it returns FALSE.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: CEDDK.h.
See Also
CreateBusAccessHandle | INTERFACE_TYPE
Send Feedback on this topic to the authors