共用方式為


PosProfileType 結構 (pointofservicedriverinterface.h)

此結構描述緩衝區中的配置檔字串數目。

語法

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

成員

BufferSize

緩衝區的大小,以位元組為單位,後面接著這個 PosProfileType,包括 PosProfileType 結構的大小。

ProfileCount

指出此標頭後面的統計數據數目。

備註

配置檔 PosStringType 字串的緩衝區會遵循記憶體中的這個結構。

規格需求

需求
標頭 pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)