Question : How to read and write to Palm phone book?

Solution :

Phone Book Reading:
1 ) Retrieve a range of entries from the currently selected phone book. 

Err TelPhbGetEntries(UInt16 iRefnum, TelAppID iAppId, TelPhbGetEntriesType 
*ioParamP, UInt16 *ioTransIdP

2 ) Retrieve a single entry from currently selected phone book.

Err TelPhbGetEntry(UInt16 iRefnum, TelAppID iAppId, TelPhbEntryType *ioEntryP, 
UInt16 *ioTransIdP) 

Add phone book entry:

1 ) Add or replace an entry in the currently selected phone book.

Err TelPhbAddEntry(UInt16 iRefnum, TelAppID iAppId, TelPhbEntryType *iEntryP, 
UInt16 *ioTransIdP) 

Deleting Phone Book Entry:
1 ) Deletes an entry from the currently selected phone book. 

Err TelPhbDeleteEntry(UInt16 iRefnum, TelAppID iAppId, UInt16 iEntryIndex, 
UInt16 *ioTransIdP) 


Regards,
Ganesh Pisal
Skyscape India
www.skyscape.com
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to