PKTMON_EVT_STREAM_PACKET_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

The PKTMON_EVT_STREAM_PACKET_HEADER structure contains a packet header used for event streaming.

Members

EventId

The streaming event ID.

PacketDescriptor

The PKTMON_EVT_STREAM_PACKET_DESCRIPTOR portion of the header.

Metadata

The PKTMON_EVT_STREAM_METADATA portion of the header.

Remarks

See also