mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00: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