Compartir a través de


Estructura PosValueStatisticsEntry (pointofservicedriverinterface.h)

Esta estructura contiene el valor de una estadística.

Sintaxis

typedef struct _PosValueStatisticsEntry {
  wchar_t EntryName[STATISTICS_STRING_SIZE];
  LONG    Value;
} PosValueStatisticsEntry;

Miembros

EntryName[STATISTICS_STRING_SIZE]

Indica el nombre estadístico terminado en NULL (por ejemplo, GoodScanCount o BadScanCount).

Value

Indica el valor estadístico actual.

Requisitos

Requisito Valor
Header pointofservicedriverinterface.h (incluya PointOfServiceDriverInterface.h)