MPTHREAT_STATS structure

Threat-related statistics.

Syntax

typedef struct tagMPTHREAT_STATS {
  UINT ThreatCount;
  UINT SuspiciousThreatCount;
  UINT Reserved[4];
} MPTHREAT_STATS, *PMPTHREAT_STATS;

Members

ThreatCount

Type: UINT

Number of threats detected.

SuspiciousThreatCount

Type: UINT

Number of threats detected with behavior monitoring.

Reserved

Type: UINT[4]

Fields reserved for future use.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h