PKTMON_EDGE_CONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pktmonclntk.h

typedef struct _PKTMON_EDGE_CONTEXT {
  LIST_ENTRY               ListLink;
  HANDLE                   EdgeHandle;
  PKTMON_COMPONENT_CONTEXT *CompContext;
  PKTMON_PACKET_TYPE       PacketType;
} PKTMON_EDGE_CONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pktmonclntk-pktmon_edge_context)

Description

The PKTMON_EDGE_CONTEXT structure holds the context for an edge.

Members

A LIST_ENTRY structure that is used to link the edge context to the list of edge contexts that belong to a component.

EdgeHandle

A handle to the edge.

CompContext

A pointer to the PKTMON_COMPONENT_CONTEXT structure that holds the context for the component.

PacketType

The PKTMON_PACKET_TYPE.

Remarks

See also