posStringType 結構 (pointofservicedriverinterface.h)
此結構代表具有 DataLengthInBytes 長度的 UNIcode 字串 (POS) 點服務點。
語法
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
成員
DataLengthInBytes
以位元組為單位的字串長度。
備註
字串是 Unicode,字串的內容緊接在 PosStringType 結構之後。
規格需求
需求 | 值 |
---|---|
標頭 | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |