Files
mirror-processhacker/1.x/trunk/ProcessHacker.Native/Api/LsaDefinitions.cs
T
wj32 7f4ccb48c1 added LsaAuthHandle, interactive logon authentication package
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2380 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 10:03:45 +00:00

9 lines
191 B
C#

namespace ProcessHacker.Native.Api
{
public static partial class Win32
{
public const string Msv1_0_PackageName = "MICROSOFT_AUTHENTICATION_PACKAGE_V1_0";
}
}