1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

secur32: Add stub message for unimplemented name types in GetUserNameExW.

This commit is contained in:
Maxim Karasev 2023-08-02 20:42:07 +03:00 committed by Alexandre Julliard
parent 51b6715327
commit 5abe9de59f

View file

@ -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;