PKTMON_CLNT_NBL_LOG - NtDoc

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

PKTMON_CLNT_NBL_LOG PktmonClntNblLog;

VOID PktmonClntNblLog(
  PKTMON_EDGE_CONTEXT *EdgeContext,
  PNET_BUFFER_LIST NetBufferList,
  PKTMON_PACKET_TYPE PacketType,
  PKTMON_PACKET_HEADER_INFORMATION *PacketHeaderInformation,
  BOOLEAN UseOnlyFirstNbl,
  PKTMON_DIRECTION Direction
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Function pointer to PktMonClntNblLog.

Parameters

EdgeContext

NetBufferList

PacketType

PacketHeaderInformation

UseOnlyFirstNbl

Direction

Remarks

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

See also