Hi - I'm trying to use the LogonUser API call but I'm getting the following error information when I make the call:
"Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
"
Truth is, I'm trying to logon a user to XP and there is no password, so the password is an empty string. If I can't use this API, how do I logon a user?
thanks!!