From: "sv" <[EMAIL PROTECTED]>
> Is there any function to get the username of the owner of a palm from an

The following code gets the HotSync user name (NOT the owner name that the
owner may or may not have stored in system Prefs)

#include <DLServer.h>
 ...
Char name[dlkMaxUserNameLength + 1];
 DlkGetSyncInfo( NULL, NULL, NULL, &name, NULL, NULL );



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to