mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[NETAPI32]
NetUserSetInfo: Enable info levels 4, 22, 1017 and 1018. svn path=/trunk/; revision=62366
This commit is contained in:
parent
2d1a100b57
commit
27558e0b69
1 changed files with 4 additions and 4 deletions
|
@ -3887,9 +3887,9 @@ NetUserSetInfo(LPCWSTR servername,
|
|||
case 1:
|
||||
case 2:
|
||||
case 3:
|
||||
// case 4:
|
||||
case 4:
|
||||
// case 21:
|
||||
// case 22:
|
||||
case 22:
|
||||
case 1003:
|
||||
// case 1005:
|
||||
case 1006:
|
||||
|
@ -3901,8 +3901,8 @@ NetUserSetInfo(LPCWSTR servername,
|
|||
case 1012:
|
||||
case 1013:
|
||||
case 1014:
|
||||
// case 1017:
|
||||
// case 1018:
|
||||
case 1017:
|
||||
case 1018:
|
||||
// case 1020:
|
||||
case 1024:
|
||||
case 1025:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue