posProfileType 结构 (pointofservicedriverinterface.h)

此结构描述缓冲区中的配置文件字符串数。

语法

typedef struct _PosProfileType {
  UINT32 BufferSize;
  UINT32 ProfileCount;
} PosProfileType;

成员

BufferSize

PosProfileType 后面的缓冲区的大小(以字节为单位),包括 PosProfileType 结构的大小。

ProfileCount

指示此标头后面的统计信息数。

注解

配置文件 PosStringType 字符串的缓冲区遵循内存中的此结构。

要求

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