次の方法で共有


PosStringType 構造体 (pointofservicedriverinterface.h)

この構造体は、 DataLengthInBytes の長さを持つ Point of Service (POS) Unicode 文字列を表します。

構文

typedef struct _PosStringType {
  UINT32 DataLengthInBytes;
} PosStringType;

メンバー

DataLengthInBytes

文字列の長さ (バイト単位)。

注釈

文字列は Unicode で、文字列の内容は PosStringType 構造体の直後に続きます。

要件

要件
Header pointofservicedriverinterface.h (PointOfServiceDriverInterface.h を含む)