Estrutura PosValueStatisticsEntry (pointofservicedriverinterface.h)
Essa estrutura contém o valor de uma estatística.
Sintaxe
typedef struct _PosValueStatisticsEntry {
wchar_t EntryName[STATISTICS_STRING_SIZE];
LONG Value;
} PosValueStatisticsEntry;
Membros
EntryName[STATISTICS_STRING_SIZE]
Indica o nome da estatística terminada em NULL (por exemplo, GoodScanCount ou BadScanCount).
Value
Indica o valor da estatística atual.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | pointofservicedriverinterface.h (inclua PointOfServiceDriverInterface.h) |