PosValueStatisticsEntry, structure (pointofservicedriverinterface.h)
Cette structure contient la valeur d’une statistique.
Syntaxe
typedef struct _PosValueStatisticsEntry {
wchar_t EntryName[STATISTICS_STRING_SIZE];
LONG Value;
} PosValueStatisticsEntry;
Membres
EntryName[STATISTICS_STRING_SIZE]
Indique le nom de la statistique terminée par NULL (par exemple, GoodScanCount ou BadScanCount).
Value
Indique la valeur statistique actuelle.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | pointofservicedriverinterface.h (inclure PointOfServiceDriverInterface.h) |