// 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 referenceNo description available.
The PEP_PPM_PERF_CHECK_COMPLETE structure is used to inform the PEP of details regarding the completion of a periodic performance check evaluation.
EvaluationTime [in]The interrupt time of the performance check evaluation that initiated this notification.
PEP_NOTIFY_PPM_PERF_CHECK_COMPLETE notification
The PEP_PPM_PERF_CHECK_COMPLETE structure is used to inform the PEP of details regarding the completion of a periodic performance check evaluation.
EvaluationTime [in]The interrupt time of the performance check evaluation that initiated this notification.
PEP_NOTIFY_PPM_PERF_CHECK_COMPLETE notification