Teach the man to fish, Aaron!

     "How do I get the user name on a Palm OS platform organizer?"
     <http://oasis.palm.com/dev/kb/faq/1043.cfm>

-- Keith Rollin
-- Palm OS Emulator engineer





Aaron Ardiri <[EMAIL PROTECTED]> on 09/26/2000 03:55:43 PM

Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]>

Sent by:  Aaron Ardiri <[EMAIL PROTECTED]>


To:   "Palm Developer Forum" <[EMAIL PROTECTED]>
cc:    (Keith Rollin/US/PALM)
Subject:  Re: Device Unique ID?



> >    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/





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to