// pktmonnpik.h
typedef struct _PKTMON_NETEVT_DISPATCH_HEADER {
UINT16 Version;
SIZE_T Size;
} PKTMON_NETEVT_DISPATCH_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The PKTMON_NETEVT_DISPATCH_HEADER structure contains the header for a PKTMON_NETEVT_PROVIDER_DISPATCH structure.
VersionThe version of the PktMon programming interface that the application would like to use. Currently, only version 1 is supported.
SizeThe size of the PKTMON_NETEVT_CLIENT_DISPATCH structure.