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(PointOfServiceDriverInterface.h 포함) |