PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT - NtDoc

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

typedef struct _PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT {
  PKTMON_EVT_STREAM_PACKET_HEADER *BufferStart;
  UCHAR                           *BufferEnd;
} PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.

Remarks

See also