Abstractions.WindowsApi.pInvokes.SafeNativeMethods.LookupAccountSid C# (CSharp) Méthode

LookupAccountSid() private méthode

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
Résultat 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);