Advertisement

1 - 5 of 5 containing alltags:("lookupaccountname") (0 seconds)
I am building an application that needs to know who is loggin on a computer link to a network.  It is a NT 4.0 network.  I use the GetUserName API function and it work's Ok.  My problem is when 2 u...
Zones: Visual BasicDate Answered: 12/19/1998 Grade: C Views: 0
LookupAccountName works fine for me in the separate cases of (1) local user and (2) domain user.  I have a problem when there is both a local user AND a domain user that have the same username. ...
Zones: Windows ProgrammingDate Answered: 03/04/2004 Grade: A Views: 0
I need to see a VB function like this: Function GetAccountSIDText(Username as String, Domain as String) 'Insert Genius Here GetAccountSIDText = sResult End Function SID should be converted to te...
Zones: Visual BasicDate Answered: 07/30/1999 Grade: A Views: 17
Please pardon my naivete, this is my first time using the Security API. I am writing an application that must make a trusted connection to SQL Server.  Therefore, my app needs to pass a user id ...
Zones: Visual BasicDate Answered: 11/05/1999 Grade: A Views: 0
Hi! I already have an application to check, if specified user is defined on local computer and I can also verify his password. To get username I use: LookupAccountName ((LPSTR)NULL,          ...
Zones: Windows MFCDate Answered: 10/28/2003 Grade: B Views: 0
  • 1