PosProfileType 구조체(pointofservicedriverinterface.h)
이 구조는 버퍼의 프로필 문자열 수를 설명합니다.
통사론
typedef struct _PosProfileType {
UINT32 BufferSize;
UINT32 ProfileCount;
} PosProfileType;
회원
BufferSize
PosProfileType 구조체의 크기를 포함하여 이 PosProfileType따르는 버퍼의 크기(바이트)입니다.
ProfileCount
이 헤더 뒤에 오는 통계 수를 나타냅니다.
발언
프로필 PosStringType 문자열의 버퍼는 메모리에서 이 구조를 따릅니다.
요구 사항
요구 | 값 |
---|---|
헤더 | pointofservicedriverinterface.h(PointOfServiceDriverInterface.h 포함) |