PKTMON_HEADER - NtDoc

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

typedef struct _PKTMON_HEADER {
  USHORT Size;
  USHORT Version;
} PKTMON_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pktmonnpik-pktmon_header)

Description

The PKTMON_HEADER struct is a common header for version control.

Members

Size

The size of the encapsulating structure in bytes, including this header.

Version

The version of the encapsulating structure.

Remarks

Currently, only version 0 is supported.

See also