PosStatisticsHeader - NtDoc

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

typedef struct _PosStatisticsHeader {
  UINT32               EntryCount;
  PosDeviceInformation DeviceInformation;
  UINT32               DataLength;
} PosStatisticsHeader;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PosStatisticsHeader structure

Description

This structure defines Unified Point of Service (UPOS) standard information about a device. This structure is the header for an incoming statistic.

Members

EntryCount

Indicates the number of statistics that follow this header.

DeviceInformation

A PosDeviceInformation structure that contains UPOS standard information about the device, such as its category, manufacturer, and firmware revision.

DataLength

Indicates the length, in bytes, of the PosStatisticsHeader and the buffer of PosValueStatisticsEntry that follow this structure in memory.