lsalookupauthenticationpackage (secur32)
Last changed: anonymous

.
Summary
The LsaLookupAuthenticationPackage function obtains the unique identifier of an authentication package.

C# Signature:

[DllImport("secur32.dll", SetLastError=false)]
   public static extern WinStatusCodes LsaLookupAuthenticationPackage([In] IntPtr LsaHandle,[In] ref LSA_STRING PackageName,[Out] out UInt32 AuthenticationPackage);

VB Signature:

Declare Function LsaLookupAuthenticationPackage Lib "secur32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See LsaLogonUser

Alternative Managed API:

Do you know one? Please contribute it!

Documentation