PEP_PPM_PERF_CHECK_COMPLETE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_PPM_PERF_CHECK_COMPLETE {
  [in] ULONGLONG EvaluationTime;
} PEP_PPM_PERF_CHECK_COMPLETE, *PPEP_PPM_PERF_CHECK_COMPLETE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_PERF_CHECK_COMPLETE {
  [in] ULONGLONG EvaluationTime;
} PEP_PPM_PERF_CHECK_COMPLETE, *PPEP_PPM_PERF_CHECK_COMPLETE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_ppm_perf_check_complete)

_PEP_PPM_PERF_CHECK_COMPLETE structure (pep_x.h)

Description

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

Members

EvaluationTime [in]

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

See also

PEP_NOTIFY_PPM_PERF_CHECK_COMPLETE notification


Windows Driver Kit DDI reference (ns-pepfx-_pep_ppm_perf_check_complete)

_PEP_PPM_PERF_CHECK_COMPLETE structure (pepfx.h)

Description

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

Members

EvaluationTime [in]

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

See also

PEP_NOTIFY_PPM_PERF_CHECK_COMPLETE notification