Interop.mincore.LsaLookupSids C# (CSharp) Méthode

LsaLookupSids() private méthode

private LsaLookupSids ( SafeLsaPolicyHandle handle, int count, Array sids, SafeLsaMemoryHandle &referencedDomains, SafeLsaMemoryHandle &names ) : uint
handle SafeLsaPolicyHandle
count int
sids Array
referencedDomains SafeLsaMemoryHandle
names SafeLsaMemoryHandle
Résultat uint
        internal static extern uint LsaLookupSids(
            SafeLsaPolicyHandle handle,
            int count,
            IntPtr[] sids,
            ref SafeLsaMemoryHandle referencedDomains,
            ref SafeLsaMemoryHandle names
            );
    }