C
cqyyb2000
Unregistered / Unconfirmed
GUEST, unregistred user!
用d5实现vc下面的如下代码<br>SEC_WINNT_AUTH_IDENTITY SecAuthIdentity;<br> SecAuthIdentity.User = (unsigned char*)L"rcc";<br> SecAuthIdentity.UserLength = (ULONG)wcslen(L"rcc");<br> SecAuthIdentity.Domain = (unsigned char*)L"credit-wz";<br> SecAuthIdentity.DomainLength = (ULONG)wcslen(L"credit-wz");<br> SecAuthIdentity.Password = (unsigned char*)L"ccsscc";<br> SecAuthIdentity.PasswordLength = (ULONG)wcslen(L"ccsscc");<br> SecAuthIdentity.Flags = SEC_WINNT_AUTH_IDENTITY_UNICODE