Hi ...
Does anyone know how to get User ID from
NT/Novell using API ?
Thank you
Keiko
Printable View
Hi ...
Does anyone know how to get User ID from
NT/Novell using API ?
Thank you
Keiko
I'm not sure if this will work, but did you try the GetUserName API call?
SonGouki is right.
Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long