Edit

Share via


PKTMON_NETEVT_DISPATCH_HEADER structure (pktmonnpik.h)

The PKTMON_NETEVT_DISPATCH_HEADER structure contains the header for a PKTMON_NETEVT_PROVIDER_DISPATCH structure.

Syntax

typedef struct _PKTMON_NETEVT_DISPATCH_HEADER {
  UINT16 Version;
  SIZE_T Size;
} PKTMON_NETEVT_DISPATCH_HEADER;

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.

Requirements

Requirement Value
Header pktmonnpik.h

See also