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

LookupPrivilegeValue() private méthode

private LookupPrivilegeValue ( string lpSystemName, string lpName, LUID &lpLuid ) : bool
lpSystemName string
lpName string
lpLuid LUID
Résultat bool
        internal static extern bool LookupPrivilegeValue([MarshalAs(UnmanagedType.LPTStr)] string lpSystemName, [MarshalAs(UnmanagedType.LPTStr)] string lpName, out LUID lpLuid);