Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |