PosStringType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pointofservicedriverinterface.h

typedef struct _PosStringType {
  UINT32 DataLengthInBytes;
} PosStringType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pointofservicedriverinterface-_posstringtype)

_PosStringType structure

Description

This structure represents a Point of Service (POS) unicode string with a length of DataLengthInBytes.

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.