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