// pointofservicedriverinterface.h
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
View the official Windows Driver Kit DDI referenceNo description available.
This structure represents a Point of Service (POS) unicode string with a length of DataLengthInBytes.
DataLengthInBytesThe length of the string in bytes.
The string is Unicode and the contents of the string follow immediately after the PosStringType structure.