PosStringType 構造体 (pointofservicedriverinterface.h)
この構造体は、DataLengthInBytes の長さを持つ Pos (Point of Service) unicode 文字列表します。
構文
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
メンバーズ
DataLengthInBytes
文字列の長さ (バイト単位)。
備考
文字列は Unicode で、文字列の内容は PosStringType 構造体の直後に続きます。
必要条件
要件 | 価値 |
---|---|
ヘッダー | pointofservicedriverinterface.h (PointOfServiceDriverInterface.h を含む) |