PosProfileType - NtDoc

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

typedef struct _PosProfileType {
  UINT32 BufferSize;
  UINT32 ProfileCount;
} PosProfileType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This structure describes the number of profile strings in a buffer.

Members

BufferSize

The size in bytes of the buffer that follows this PosProfileType, including the size of the PosProfileType structure.

ProfileCount

Indicates the number of statistics that follow this header.

Remarks

The buffer of profile PosStringType strings follows this structure in memory.