PosBarcodeScanDataTypeData 结构 (pointofservicedriverinterface.h)
此结构描述驱动程序支持的条形码符号缓冲区。
语法
typedef struct _PosBarcodeScanDataTypeData {
UINT32 dataLengthInBytes;
UINT32 scanDataTypes_0;
} PosBarcodeScanDataTypeData;
成员
dataLengthInBytes
包含符号的缓冲区的大小,包括 PosBarcodeScanDataTypeData 结构的大小。
scanDataTypes_0
符号的 DWORD 数组的开头。
注解
缓冲区中的每个符号都由 DWORD 表示。 scanDataTypes_0指向的符号数组的大小为 scanDataTypes_0/sizeof(UINT32) - 1;
要求
要求 | 值 |
---|---|
Header | pointofservicedriverinterface.h (包括 PointOfServiceDriverInterface.h) |