// pktmonnpik.h
typedef struct _PKTMON_EVT_STREAM_PACKET_HEADER {
UCHAR EventId;
PKTMON_EVT_STREAM_PACKET_DESCRIPTOR PacketDescriptor;
PKTMON_EVT_STREAM_METADATA Metadata;
} PKTMON_EVT_STREAM_PACKET_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The PKTMON_EVT_STREAM_PACKET_HEADER structure contains a packet header used for event streaming.
EventIdThe streaming event ID.
PacketDescriptorThe PKTMON_EVT_STREAM_PACKET_DESCRIPTOR portion of the header.
MetadataThe PKTMON_EVT_STREAM_METADATA portion of the header.