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 を含む) |