MPSCAN_TYPE enumeration

Type of scan performed.

Syntax

typedef enum tagMPSCAN_TYPE { 
  MPSCAN_TYPE_UNKNOWN   = 0,
  MPSCAN_TYPE_QUICK     = 1,
  MPSCAN_TYPE_FULL      = 2,
  MPSCAN_TYPE_RESOURCE  = 3,
  MPSCAN_TYPE_MAXVALUE  = 3
} MPSCAN_TYPE, *PMPSCAN_TYPE;

Constants

MPSCAN_TYPE_UNKNOWN

Internal use only.

MPSCAN_TYPE_QUICK

Scans running processes and various ASEP points in the system where malware typically hides.

MPSCAN_TYPE_FULL

Performs a quick scan followed by scan of all fixed drives of the system.

MPSCAN_TYPE_RESOURCE

Scans specific resources, such as files or folders.

MPSCAN_TYPE_MAXVALUE

Maximum value possible.

Requirements

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