PosValueStatisticsEntry 結構 (pointofservicedriverinterface.h)
這個結構包含統計數據的值。
語法
typedef struct _PosValueStatisticsEntry {
wchar_t EntryName[STATISTICS_STRING_SIZE];
LONG Value;
} PosValueStatisticsEntry;
成員
EntryName[STATISTICS_STRING_SIZE]
指出 NULL 終止的統計數據名稱 (,例如 GoodScanCount 或 BadScanCount) 。
Value
表示目前的統計數據值。
規格需求
需求 | 值 |
---|---|
標頭 | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |