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

LsaOpenPolicy() private méthode

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