MPClient.h missing from Windows 8.1 and 10 SDK

Alexander Benikowski 11 Reputation points
2020-10-14T09:30:38.157+00:00

Hi,
We want to use the Windows Defender API as documented here:
https://learn.microsoft.com/en-us/windows/win32/lwef/windows-defender-functions

However the given headerfile MPClient.h is missing. In both, WIndows 8.1 SDK and the current Windows 10 SDK.
The main reason for using the header file, or looking into it, is that the type MPCallback_Info, as mentioned on MpScanStart, is not described anywhere.
https://learn.microsoft.com/en-us/windows/win32/lwef/mpscanstart
And ofcourse to get the values behind the documented enumeration values.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,578 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,884 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 16,961 Reputation points
    2021-01-29T14:35:29.25+00:00

    All of these documents are in GitHub, you may try visit their GitHub page and report this as an issue, so they will investigate and update the document, for example take a look at:
    https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/lwef/mpscanstart.md

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.