Skip to Content

 AS - Application Server

How do the thin client get the Windows username?

The most reliable way to retrieve this kind of info is by calling Windows functions. The API function GetUserName does the trick. Please give the following code a try: program-id. prg. working-storage section. 77 ... Read More