Edit

Share via


PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT structure (pktmonnpik.h)

The PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT structure contains the start and end pointer of the buffer containing the dropped packet information.

Syntax

typedef struct _PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT {
  PKTMON_EVT_STREAM_PACKET_HEADER *BufferStart;
  UCHAR                           *BufferEnd;
} PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT;

Members

BufferStart

Pointer to the start of the buffer containing the dropped packet information.

BufferEnd

Pointer to the end of the buffer containing the dropped packet information.

Requirements

Requirement Value
Header pktmonnpik.h

See also