Structure PosStringType (pointofservicedriverinterface.h)
Cette structure représente une chaîne Unicode point de service (POS) d’une longueur dataLengthInBytes.
Syntaxe
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
Membres
DataLengthInBytes
Longueur de la chaîne en octets.
Remarques
La chaîne est Unicode et le contenu de la chaîne suit immédiatement après la structure PosStringType.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | pointofservicedriverinterface.h (inclure PointOfServiceDriverInterface.h) |