Reputation:
I'm trying to call LookupAccountName on Vista - it always fails with the error ERROR_NONE_MAPPED.
What could be the reason??
Thanks!!
Upvotes: 1
Views: 2230
Reputation: 597016
ERROR_NONE_MAPPED typeically means that the username you provided is not available in the format you specified.
Upvotes: 2