Condividi tramite


Struttura PosValueStatisticsEntry (pointofservicedriverinterface.h)

Questa struttura contiene il valore di una statistica.

Sintassi

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

Membri

EntryName[STATISTICS_STRING_SIZE]

Indica il nome della statistica con terminazione NULL, ad esempio GoodScanCount o BadScanCount).

Value

Indica il valore di statistica corrente.

Fabbisogno

Requisito Valore
intestazione pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)