Example #1
0
 public static extern int LsaLookupAuthenticationPackage(
     [In] IntPtr LsaHandle,
     [In] ref LSA_STRING_IN PackageName,
     [Out] out int AuthenticationPackage
     );
Example #2
0
 public static extern int LsaRegisterLogonProcess(
     LSA_STRING_IN LogonProcessName,
     out IntPtr LsaHandle,
     out ulong SecurityMode
     );
Example #3
0
 LsaRegisterLogonProcess(LSA_STRING_IN LogonProcessName, out IntPtr LsaHandle, out ulong SecurityMode);