On Tue, 18 Jul 2000, HowY wrote:

> Handle nameH = MemHandleNew(dlkMaxUserNameLength + 1);
> CharPtr nameP  = MemHandleLock(nameH);
> 
>   StrCopy(nameP, " ");
>   DlkGetSyncInfo(NULL, NULL, NULL, nameP, NULL, NULL);
> 
>  // name is now in nameP
> 
>   MemPtrUnlock(nameP);


Thanks!
After unsuccessful parsing through my Palm OS 3.0 API manuals I thought
it was some higher OS ver. But, I managed to find DlkGetSyncInfo()
definition in CW Incs\System\DLServer.h. I wonder why keeping such things
undocumented...

-DR


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