Sponsors
LookupAccountName
Function name: LookupAccountName
Defined in : advapi32
Requirements : Windows NT 3.1 or later; Win9x/ME: Not supported
Declaration:
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
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.