MPRESOURCE_STATS structure

Resource-related statistics.

Syntax

typedef struct tagMPRESOURCE_STATS {
  DWORD  PPMProgress;
  UINT64 ProcessCount;
  UINT64 FileCount;
  UINT64 FileBytesCount;
  UINT64 RegKeyCount;
  UINT64 Reserved[4];
} MPRESOURCE_STATS, *PMPRESOURCE_STATS;

Members

PPMProgress

Type: DWORD

Approximate progress for scan in ppm (parts per million). Set to MPPROGRESS_INVALID if progress information is not available.

ProcessCount

Type: UINT64

Number of processes scanned.

FileCount

Type: UINT64

Number of files scanned.

FileBytesCount

Type: UINT64

Number of bytes scanned for files.

RegKeyCount

Type: UINT64

Number of RegKeys scanned.

Reserved

Type: UINT64[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