[NTOS] Limit the spam from NtNotifyChangeMultipleKeys.

CORE-13125
This commit is contained in:
Mark Jansen 2018-01-08 21:18:30 +01:00
parent 81eb3bbceb
commit 7b398514f1

View file

@ -1094,7 +1094,7 @@ NtNotifyChangeMultipleKeys(IN HANDLE MasterKeyHandle,
IN ULONG Length,
IN BOOLEAN Asynchronous)
{
UNIMPLEMENTED;
UNIMPLEMENTED_ONCE;
return STATUS_NOT_IMPLEMENTED;
}