Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |