PosValueStatisticsEntry - NtDoc

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

typedef struct _PosValueStatisticsEntry {
  wchar_t EntryName[STATISTICS_STRING_SIZE];
  LONG    Value;
} PosValueStatisticsEntry;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_posvaluestatisticsentry)

_PosValueStatisticsEntry structure

Description

This structure contains the value of a statistic.

Members

EntryName

Indicates the NULL-terminated statistic name (for example, GoodScanCount or BadScanCount).

Value

Indicates the current statistic value.