// 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 referenceNo description available.
The PKTMON_NETEVT_CLIENT_REPORT_PACKET_DROP_OUT structure contains the start and end pointer of the buffer containing the dropped packet information.
BufferStartPointer to the start of the buffer containing the dropped packet information.
BufferEndPointer to the end of the buffer containing the dropped packet information.