Reading Windows API documentation, for example, in MpManagerOpen Function:
https://msdn.microsoft.com/en-us/library/windows/desktop/dn920115(v=vs.85).aspx
I see that the required include MpClient.h file. However, I could not find it anywhere. Does anyone know where I can find this file, or just how to use the API without it (without copying prototypes and structures into my own code) in a C program?
Thanks in advance.
source share