Interop.mincore.LsaOpenPolicy C# (CSharp) Method

LsaOpenPolicy() private method

private LsaOpenPolicy ( string systemName, LSA_OBJECT_ATTRIBUTES &attributes, int accessMask, SafeLsaPolicyHandle &handle ) : uint
systemName string
attributes LSA_OBJECT_ATTRIBUTES
accessMask int
handle SafeLsaPolicyHandle
return uint
        internal static extern uint LsaOpenPolicy(string systemName, ref LSA_OBJECT_ATTRIBUTES attributes, int accessMask, out SafeLsaPolicyHandle handle);
    }