Jeetu wrote:
hi freinds,
Can anyone tel me how to get PalmId of the device.
Its urgent requjirement for me plz if any1 had implementd the same
plz forward a small snipet of it.
You mean the hotsync name? Do something like this... Bob.
{
Char *name=MemPtrNew(dlkUserNameBufSize);
name[0]=0; //just in case, probably not necessary
DlkGetSyncInfo(NULL, NULL, NULL, name, NULL, NULL);
//do something
MemPtrFree(name);
}
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/