Struttura PosProfileType (pointofservicedriverinterface.h)
Questa struttura descrive il numero di stringhe di profilo in un buffer.
Sintassi
typedef struct _PosProfileType {
UINT32 BufferSize;
UINT32 ProfileCount;
} PosProfileType;
Members
BufferSize
Dimensioni in byte del buffer che segue questo PosProfileType, incluse le dimensioni della struttura PosProfileType .
ProfileCount
Indica il numero di statistiche che seguono questa intestazione.
Commenti
Il buffer delle stringhe PosStringType del profilo segue questa struttura in memoria.
Requisiti
Requisito | Valore |
---|---|
Intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |