Interop.mincore.LsaLookupNames2 C# (CSharp) Method

LsaLookupNames2() private method

private LsaLookupNames2 ( SafeLsaPolicyHandle handle, int flags, int count, Array names, SafeLsaMemoryHandle &referencedDomains, SafeLsaMemoryHandle &sids ) : uint
handle SafeLsaPolicyHandle
flags int
count int
names Array
referencedDomains SafeLsaMemoryHandle
sids SafeLsaMemoryHandle
return uint
        internal static extern uint LsaLookupNames2(
            SafeLsaPolicyHandle handle,
            int flags,
            int count,
            UNICODE_STRING[] names,
            ref SafeLsaMemoryHandle referencedDomains,
            ref SafeLsaMemoryHandle sids
            );
    }