How to Get Palm Username?

How do I get the Palm user name?

Call the (undocumented?) DlkGetSyncInfo() function like so:

 

      #include <System/DLServer.h>

char acName[50];
DlkGetSyncInfo(0, 0, 0, acName, 0, 0);

Today: Sep 8, 2010