Struttura PosStringType (pointofservicedriverinterface.h)
Questa struttura rappresenta una stringa Unicode Point of Service (POS) con lunghezza di DataLengthInBytes.
Sintassi
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
Membri
DataLengthInBytes
Lunghezza della stringa in byte.
Osservazioni
La stringa è Unicode e il contenuto della stringa segue immediatamente dopo la struttura PosStringType.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |