secur32: Add stub message for unimplemented name types in GetUserNameExW.
This commit is contained in:
parent
51b6715327
commit
5abe9de59f
1 changed files with 1 additions and 0 deletions
|
@ -1140,6 +1140,7 @@ BOOLEAN WINAPI GetUserNameExW(
|
|||
case NameCanonicalEx:
|
||||
case NameServicePrincipal:
|
||||
case NameDnsDomain:
|
||||
FIXME("NameFormat %d not implemented\n", NameFormat);
|
||||
SetLastError(ERROR_NONE_MAPPED);
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue