PDA

View Full Version : ril.dll wrapper


Jogi76
25-07-2006, 03:16 PM
Hi there,

I am try to write a wrapper dll around the orginal ril.dll. There are few functions in the org dll, from which I cannot find prototypes. I need the parameters of these funktions:

RIL_RegisterATCommandLogging
RIL_ATCommandLogFile
RIL_GetAllOperatorsList
RIL_GetATR
RIL_SendSimToolkitEventDownload
RIL_GetCurrentSystemType
RIL_LogEventToRadio
RIL_NDIS_SendPacket
RIL_NDIS_ReceivePacketDone
RIL_NDIS_SetGPRSContextActivated
RIL_GetPacketByteCount
RIL_ResetPacketByteCount
RIL_GetRoamingMode
RIL_SetRoamingMode
RIL_GetCurrentRoamingStatus
RIL_GetCurrentLocationStatus
RIL_GetPreferredPrivacyMode
RIL_SetPreferredPrivacyMode
RIL_GetCurrentPrivacyStatus
RIL_SendAKey
RIL_SendFlash

Can anyone give me a tip, how to get the parameters ?

Regards,
Jogi

Krinkiespijer
25-07-2006, 07:23 PM
hope to help you with the attachment.

Jogi76
26-07-2006, 07:58 AM
Thank you,

but the regkeys donīt help me. I need the parameters of these functions or a workaround to get them.

Jogi