Edit

Share via


PKTMON_HEADER structure (pktmonnpik.h)

The PKTMON_HEADER struct is a common header for version control.

Syntax

typedef struct _PKTMON_HEADER {
  USHORT Size;
  USHORT Version;
} PKTMON_HEADER;

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.

Requirements

Requirement Value
Header pktmonnpik.h

See also