// pointofservicedriverinterface.h
typedef struct _PosProfileType {
UINT32 BufferSize;
UINT32 ProfileCount;
} PosProfileType;
View the official Windows Driver Kit DDI referenceNo description available.
This structure describes the number of profile strings in a buffer.
BufferSizeThe size in bytes of the buffer that follows this PosProfileType, including the size of the PosProfileType structure.
ProfileCountIndicates the number of statistics that follow this header.
The buffer of profile PosStringType strings follows this structure in memory.