PKTMON_NETEVT_DISPATCH_HEADER - NtDoc

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

typedef struct _PKTMON_NETEVT_DISPATCH_HEADER {
  UINT16 Version;
  SIZE_T Size;
} PKTMON_NETEVT_DISPATCH_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The PKTMON_NETEVT_DISPATCH_HEADER structure contains the header for a PKTMON_NETEVT_PROVIDER_DISPATCH structure.

Members

Version

The version of the PktMon programming interface that the application would like to use. Currently, only version 1 is supported.

Size

The size of the PKTMON_NETEVT_CLIENT_DISPATCH structure.

Remarks

See also