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) |