PosProfileType 構造体 (pointofservicedriverinterface.h)
この構造体は、バッファー内のプロファイル文字列の数を表します。
構文
typedef struct _PosProfileType {
UINT32 BufferSize;
UINT32 ProfileCount;
} PosProfileType;
メンバー
BufferSize
PosProfileType 構造体のサイズを含め、この PosProfileType に続くバッファーのサイズ (バイト単位)。
ProfileCount
このヘッダーに続く統計の数を示します。
注釈
プロファイル PosStringType 文字列のバッファーは、メモリ内のこの構造に従います。
要件
要件 | 値 |
---|---|
Header | pointofservicedriverinterface.h (PointOfServiceDriverInterface.h を含む) |