> > there is an ability to get a flash ROM id, however, there are a
> > lot of devices (still being made) that dont have flash ROM. the
> > most common way is to just use the hotsync username :)
> >
> > i am sure someone will say something, but these issues get
> > discussed on the PEF forum.. :) i dont remember the URL right
> > now :)
>
> Speaking of which, how do you get the HotSync use name? I don't think there's
> an API for it.
---
// get the HotSync user name
globals->prefs->system.hotSyncUsername =
(Char *)MemPtrNew(dlkUserNameBufSize * sizeof(Char))
MemSet(globals->prefs->system.hotSyncUsername, dlkUserNameBufSize, 0);
DlkGetSyncInfo(NULL, NULL, NULL,
globals->prefs->system.hotSyncUsername, NULL, NULL);
---
the magic never stops..
// az
[EMAIL PROTECTED]
http://www.ardiri.com/ <--- free games!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/