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_EDGE_CONTEXT structure holds the context for an edge.
Syntax
typedef struct _PKTMON_EDGE_CONTEXT {
LIST_ENTRY ListLink;
HANDLE EdgeHandle;
PKTMON_COMPONENT_CONTEXT *CompContext;
PKTMON_PACKET_TYPE PacketType;
} PKTMON_EDGE_CONTEXT;
Members
ListLink
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.
Requirements
Requirement | Value |
---|---|
Header | pktmonclntk.h |