共用方式為


PosDeviceBasicsType 結構 (pointofservicedriverinterface.h)

這個結構表示驅動程式所指定的裝置、版本和建議的緩衝區大小類型。

語法

typedef struct _PosDeviceBasicsType {
  UINT32        Version;
  PosDeviceType DeviceType;
  UINT32        RecommendedBufferSize;
} PosDeviceBasicsType;

成員

Version

包含 POS 驅動程式介面的主要和次要版本。 前16位包含主要版本,而底部16位則包含次要版本。

DeviceType

指出 POS 裝置的 PosDeviceType (例如條碼掃描器或磁帶讀取器) 。

RecommendedBufferSize

指出呼叫 ReadFile 以擷取此裝置事件時,需要配置以接收事件數據的緩衝區大小。

規格需求

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