How can i remove threat using Windows Defender Functions
问题 I am using Windows Defender Function to scan folder. First I opened windows defender manager using MpManagerOpen. Next I started scanning using MpScanStart function. And then, I enumerated all threats using MpThreatOpen function. My goal is how to remove these threats using Windows Defender Function. At MSDN there is no threat remove function. After googling i found MpCleanStart function but i don't know how to use. Please help me. Thank you for you help. This is my code. MPHANDLE w_handle =