VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code is useful when you are getting your logon user with domain name. This code is applicable

Bhami Reddy  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Tue 27th March 2001   Mon 8th February 2021

This code is useful when you are getting your logon user with domain name. This code is applicable for Windows NT and 9x.

API Declarations


Declare Function LookupAccountName Lib "advapi32.dll" Alias "LookupAccountNameA" (lpSystemName As String, ByVal lpAccountName As String, sid As Any, cbSid As Long, ByVal ReferencedDomainName As String, cbReferencedDomainName As Long, peUse As Long) As Long


Rate This code is useful when you are getting your logon user with domain name. This code is applicable (1(1 Vote))
This code is useful when you are getting your logon user with domain name. This code is applicable .bas

This code is useful when you are getting your logon user with domain name. This code is applicable Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters