PosValueStatisticsEntry 结构 (pointofservicedriverinterface.h)
此结构包含统计信息的值。
语法
typedef struct _PosValueStatisticsEntry {
wchar_t EntryName[STATISTICS_STRING_SIZE];
LONG Value;
} PosValueStatisticsEntry;
成员
EntryName[STATISTICS_STRING_SIZE]
指示以 NULL 结尾的统计信息名称 (例如 GoodScanCount 或 BadScanCount) 。
Value
指示当前统计信息值。
要求
要求 | 值 |
---|---|
Header | pointofservicedriverinterface.h (包括 PointOfServiceDriverInterface.h) |