摘要:
public class UserLoginForDomainDAO{ public const int LOGON32_LOGON_INTERACTIVE = 2; public const int LOGON32_PROVIDER_DEFAULT = 0; WindowsImpersonationContext impersonationContext; [DllImport("advapi32.dll", CharSet = CharSet.Auto)] public static extern int LogonUser(String lpszUserName, S 閱讀全文
posted @ 2013-05-15 10:54
章松山
閱讀(331)
評論(0)
推薦(0)
2013年5月15日