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;

Members

EntryName[STATISTICS_STRING_SIZE]

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

Value

Indica il valore corrente della statistica.

Requisiti

Requisito Valore
Intestazione pointofservicedriverinterface.h (includere PointOfServiceDriverInterface.h)