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;
Membri
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.
Osservazioni
Il buffer del profilo PosStringType stringhe segue questa struttura in memoria.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |