MPRESOLVED_REASON enumeration
Possible reasons for a remediation failure being resolved.
Syntax
typedef enum tagMPRESOLVED_REASON {
MPRESOLVED_REASON_UNKNOWN = 0,
MPRESOLVED_REASON_FULL_SCAN = 1,
MPRESOLVED_REASON_TIMED_OUT = 2
} MPRESOLVED_REASON, *PMPRESOLVED_REASON;
Constants
-
MPRESOLVED_REASON_UNKNOWN
-
In an error state.
-
MPRESOLVED_REASON_FULL_SCAN
-
A full scan was performed.
-
MPRESOLVED_REASON_TIMED_OUT
-
Enough time has passed. The default is one week.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|