Abstractions.WindowsApi.pInvokes.SafeNativeMethods.LookupAccountSid C# (CSharp) Method

LookupAccountSid() private method

private LookupAccountSid ( string lpSystemName, IntPtr Sid, StringBuilder lpName, uint &cchName, StringBuilder ReferencedDomainName, uint &cchReferencedDomainName, SID_NAME_USE &peUse ) : bool
lpSystemName string
Sid System.IntPtr
lpName StringBuilder
cchName uint
ReferencedDomainName StringBuilder
cchReferencedDomainName uint
peUse SID_NAME_USE
return bool
            internal static extern bool LookupAccountSid(string lpSystemName, IntPtr Sid, StringBuilder lpName, ref uint cchName, StringBuilder ReferencedDomainName, ref uint cchReferencedDomainName, out SID_NAME_USE peUse);