Partager via


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.

Exigences

Exigence Valeur
d’en-tête pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)