PEP_PPM_PERF_CHECK_COMPLETE structure (pep_x.h)

The PEP_PPM_PERF_CHECK_COMPLETE structure is used to inform the PEP of details regarding the completion of a periodic performance check evaluation.

Syntax

typedef struct _PEP_PPM_PERF_CHECK_COMPLETE {
  [in] ULONGLONG EvaluationTime;
} PEP_PPM_PERF_CHECK_COMPLETE, *PPEP_PPM_PERF_CHECK_COMPLETE;

Members

[in] EvaluationTime

The interrupt time of the performance check evaluation that initiated this notification.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pep_x.h (include Pep_x.h)

See also

PEP_NOTIFY_PPM_PERF_CHECK_COMPLETE notification