PKTMON_CLNT_ADD_EDGE - NtDoc

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

PKTMON_CLNT_ADD_EDGE PktmonClntAddEdge;

NTSTATUS PktmonClntAddEdge(
  PKTMON_COMPONENT_CONTEXT *CompContext,
  PCUNICODE_STRING Name,
  PKTMON_PACKET_TYPE PacketType,
  PKTMON_EDGE_CONTEXT *EdgeContext
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-pktmonclntk-pktmon_clnt_add_edge)

Description

Function pointer to PktMonClntAddEdge.

Parameters

CompContext

Name

PacketType

EdgeContext

Return value

Remarks

This function pointer is used by Microsoft for internal testing. Use the actual PktMonClntAddEdge function instead.

See also