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_EVT_STREAM_PACKET_HEADER structure contains a packet header used for event streaming.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Header | pktmonnpik.h |