posStringType 结构 (pointofservicedriverinterface.h)

此结构表示长度为 DataLengthInBytes 的服务点 (POS) unicode 字符串。

语法

typedef struct _PosStringType {
  UINT32 DataLengthInBytes;
} PosStringType;

成员

DataLengthInBytes

字符串的长度(以字节为单位)。

注解

字符串为 Unicode,字符串的内容紧跟在 PosStringType 结构之后。

要求

要求
Header pointofservicedriverinterface.h (包括 PointOfServiceDriverInterface.h)