Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure represents a Point of Service (POS) unicode string with a length of DataLengthInBytes.
Syntax
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
Members
DataLengthInBytes
The length of the string in bytes.
Remarks
The string is Unicode and the contents of the string follow immediately after the PosStringType structure.
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |