PosStringType 구조체(pointofservicedriverinterface.h)
이 구조체는 DataLengthInBytes 길이의 POS(서비스 지점) 유니코드 문자열을 나타냅니다.
구문
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
멤버
DataLengthInBytes
문자열의 길이(바이트)입니다.
설명
문자열은 유니코드이고 문자열의 내용은 PosStringType 구조 직후에 따릅니다.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | pointofservicedriverinterface.h(PointOfServiceDriverInterface.h 포함) |