Interop.mincore.LookupPrivilegeValue C# (CSharp) Method

LookupPrivilegeValue() private method

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