PosValueStatisticsEntry structure (pointofservicedriverinterface.h)

This structure contains the value of a statistic.

Syntax

typedef struct _PosValueStatisticsEntry {
  wchar_t EntryName[STATISTICS_STRING_SIZE];
  LONG    Value;
} PosValueStatisticsEntry;

Members

EntryName[STATISTICS_STRING_SIZE]

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

Value

Indicates the current statistic value.

Requirements

Requirement Value
Header pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)