PKTMON_CLNT_HEADER_INFO_LOG - NtDoc

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

PKTMON_CLNT_HEADER_INFO_LOG PktmonClntHeaderInfoLog;

VOID PktmonClntHeaderInfoLog(
  PKTMON_EDGE_CONTEXT *EdgeContext,
  PKTMON_PACKET_HEADER_INFORMATION *PacketHeaderInformation,
  PKTMON_DIRECTION Direction,
  PKTMON_PACKET_CONTEXT_IN *Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Function pointer to PktMonClntHeaderInfoLog.

Parameters

EdgeContext

PacketHeaderInformation

Direction

Context

Remarks

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

See also