Hi everyone,
I have two problems using the SIM Manager API :
1. I want to read any record on the SIM Card. I'm using eVC4 with Smartphone 2003 emulator. Here's my code :
HSIM hSim;
HRESULT resOfGetReadRecord;
LPSIMRECORDINFO lpSimRecordInfo;
DWORD dwAddress = 0x06F07;
resOfGetReadRecord = SimGetRecordInfo(hSim, dwAddress, lpSimRecordInfo);
I always get the error code 80070057 (Invalid parameter)
2. If I want to write something on the SIM Card (with simWriteRecord), where can I write? ie wich address to give to the function in order to write.
Any Help would be really appreciated. It's been 2 weeks I'm working on these two functions ...
I have two problems using the SIM Manager API :
1. I want to read any record on the SIM Card. I'm using eVC4 with Smartphone 2003 emulator. Here's my code :
HSIM hSim;
HRESULT resOfGetReadRecord;
LPSIMRECORDINFO lpSimRecordInfo;
DWORD dwAddress = 0x06F07;
resOfGetReadRecord = SimGetRecordInfo(hSim, dwAddress, lpSimRecordInfo);
I always get the error code 80070057 (Invalid parameter)
2. If I want to write something on the SIM Card (with simWriteRecord), where can I write? ie wich address to give to the function in order to write.
Any Help would be really appreciated. It's been 2 weeks I'm working on these two functions ...
Edited by othman20001, 01 April 2005 - 07:47 AM.







Sign In
Create Account

Back to top











