mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[MSV1_0] LsaApCallPackage: The messages MsV1_0EnumerateUsers, MsV1_0GetUserInfo and MsV1_0ReLogonUsers are obsolete.
This commit is contained in:
@@ -940,10 +940,13 @@ LsaApCallPackage(IN PLSA_CLIENT_REQUEST ClientRequest,
|
||||
{
|
||||
case MsV1_0Lm20ChallengeRequest:
|
||||
case MsV1_0Lm20GetChallengeResponse:
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
break;
|
||||
|
||||
case MsV1_0EnumerateUsers:
|
||||
case MsV1_0GetUserInfo:
|
||||
case MsV1_0ReLogonUsers:
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
Status = STATUS_INVALID_PARAMETER;
|
||||
break;
|
||||
|
||||
case MsV1_0ChangePassword:
|
||||
|
||||
Reference in New Issue
Block a user