Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |