// pktmonnpik.h
typedef struct _PKTMON_HEADER {
USHORT Size;
USHORT Version;
} PKTMON_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The PKTMON_HEADER struct is a common header for version control.
SizeThe size of the encapsulating structure in bytes, including this header.
VersionThe version of the encapsulating structure.
Currently, only version 0 is supported.