// pointofservicedriverinterface.h
typedef struct _PosValueStatisticsEntry {
wchar_t EntryName[STATISTICS_STRING_SIZE];
LONG Value;
} PosValueStatisticsEntry;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the value of a statistic.
EntryNameIndicates the NULL-terminated statistic name (for example, GoodScanCount or BadScanCount).
ValueIndicates the current statistic value.