共用方式為


PosStatisticsHeader 結構 (pointofservicedriverinterface.h)

此結構會定義整合點服務點 (UPOS) 裝置的標準資訊。 此結構是傳入統計數據的標頭。

語法

typedef struct _PosStatisticsHeader {
  UINT32               EntryCount;
  PosDeviceInformation DeviceInformation;
  UINT32               DataLength;
} PosStatisticsHeader;

成員

EntryCount

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

DeviceInformation

PosDeviceInformation 結構,其中包含裝置的相關 UPOS 標準資訊,例如其類別、製造商和韌體修訂。

DataLength

表示 PosStatisticsHeader 的長度,以及記憶體中這個結構後面的 PosValueStatisticsEntry 緩衝區。

規格需求

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