SS_TranslateSystemAddr (Windows CE 5.0)
This function translates a system address to a PC Card address.
STATUS (*SS_TranslateSystemAddr)(HANDLEhSocket,INTERFACE_TYPE InterfaceType, ULONG BusNumber, PHYSICAL_ADDRESS SystemAddress, PPHYISCAL_ADDRESS TranslatedAddress);
Parameters
- hSocket
[in] Handle passed during the card detect event notification. - InterfaceType
[in] Bus interface type. Type of bus on which the direct memory access (DMA) controller resides. - BusNumber
[in] Zero-based and system-assigned bus number for the device, used together with InterfaceType to identify the bus for systems with more than one bus of the same type. - SystemAddress
[in] System physical address to translate. - TranslatedAddress
[out] Translated bus-relative logical address.
Return Values
Returns one of the return codes defined in the Cardsv2.h header file.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Socksv2.h
Link Library: Pcc_serv.dll
See Also
Send Feedback on this topic to the authors