Click here to Skip to main content
15,907,000 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
GDavy31-Aug-05 20:01
GDavy31-Aug-05 20:01 
GeneralRe: Simple EVC4.0 app to run a CAB Pin
ZapMe11-Sep-05 11:25
ZapMe11-Sep-05 11:25 
QuestionSimple EVC4.0 app to run a CAB Pin
Anonymous30-Aug-05 12:17
Anonymous30-Aug-05 12:17 
QuestionHow can I write a program about Call Logs?? Pin
sp04.tw28-Aug-05 17:02
sp04.tw28-Aug-05 17:02 
AnswerRe: How can I write a program about Call Logs?? Pin
Cedric Moonen30-Aug-05 3:09
Cedric Moonen30-Aug-05 3:09 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw30-Aug-05 20:38
sp04.tw30-Aug-05 20:38 
GeneralRe: How can I write a program about Call Logs?? Pin
Cedric Moonen30-Aug-05 23:22
Cedric Moonen30-Aug-05 23:22 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw1-Sep-05 20:26
sp04.tw1-Sep-05 20:26 
Laugh | :laugh: yeah~~I got it~
Thank you~

I try a lot of ways.
At last,I get phonenumber~~~(\^^/ YA~~)
But...I want to get all phonenumber of "missed".Frown | :(
I don't know how to use "IOM", "fOutgoing"...
Would you please tell and help me how do I use this structure- " CALLLOGENTRY ".
I had modify original code.

void calllogs()
{
HRESULT result;
HANDLE ph;
TCHAR buffer[256];
result = PhoneOpenCallLog(&ph);
DWORD count=0;

PhoneSeekCallLog(ph, CALLLOGSEEK_BEGINNING, CALLLOGSEEK_END, &count);
CALLLOGENTRY CallLogEntry;
CallLogEntry.cbSize=sizeof(CALLLOGENTRY);
CallLogEntry.iom=IOM_MISSED;
CallLogEntry.fOutgoing = 1;
result = PhoneGetCallLogEntry(ph,&CallLogEntry);
MessageBox(g_hwnd,CallLogEntry.pszNumber,TEXT("Call Logs"),MB_OK);
PhoneCloseCallLog (&ph);

}

Thank you~

-- modified at 2:26 Friday 2nd September, 2005
GeneralRe: How can I write a program about Call Logs?? Pin
Cedric Moonen1-Sep-05 23:38
Cedric Moonen1-Sep-05 23:38 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw4-Sep-05 14:34
sp04.tw4-Sep-05 14:34 
GeneralRe: How can I write a program about Call Logs?? Pin
Christian Graus4-Sep-05 15:40
protectorChristian Graus4-Sep-05 15:40 
GeneralRe: How can I write a program about Call Logs?? Pin
sp04.tw5-Sep-05 18:41
sp04.tw5-Sep-05 18:41 
QuestionDriver interface Pin
Paresh emb25-Aug-05 5:50
Paresh emb25-Aug-05 5:50 
QuestionInterface exposed by driver Pin
anonymos25-Aug-05 5:48
anonymos25-Aug-05 5:48 
GeneralPC104 driver with Windows Pin
dannygilbert324-Aug-05 9:47
dannygilbert324-Aug-05 9:47 
GeneralIntroduction to PocketPC 2003 Programming Pin
Jakykong23-Aug-05 21:33
Jakykong23-Aug-05 21:33 
GeneralS-Record file Pin
Anonymous21-Aug-05 22:27
Anonymous21-Aug-05 22:27 
QuestionDesktop PDA filesync dialog? Pin
CodeBrain20-Aug-05 0:41
CodeBrain20-Aug-05 0:41 
GeneralRDA Pull SQL Server CE 2.0 Error Pin
_Ian_18-Aug-05 4:58
_Ian_18-Aug-05 4:58 
GeneralCreate a bilingual dictionary for mobile phone Pin
Serey15-Aug-05 19:06
Serey15-Aug-05 19:06 
GeneralColored and hatched brush Pin
\SOLMAN15-Aug-05 11:45
\SOLMAN15-Aug-05 11:45 
GeneralUSB Communication Pin
Paresh emb12-Aug-05 3:35
Paresh emb12-Aug-05 3:35 
GeneralPocket PC Activator.Create(Type) error Pin
Ryzhiy11-Aug-05 23:50
Ryzhiy11-Aug-05 23:50 
GeneralRe: Pocket PC Activator.Create(Type) error Pin
Ryzhiy12-Aug-05 0:52
Ryzhiy12-Aug-05 0:52 
GeneralVideo Telephony Pin
badal_akr11-Aug-05 18:50
badal_akr11-Aug-05 18:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.