PKTMON_CLNT_NBL_DROP - NtDoc

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

PKTMON_CLNT_NBL_DROP PktmonClntNblDrop;

VOID PktmonClntNblDrop(
  PKTMON_COMPONENT_CONTEXT *CompContext,
  PNET_BUFFER_LIST NetBufferList,
  PKTMON_PACKET_TYPE PacketType,
  PKTMON_PACKET_HEADER_INFORMATION *PacketHeaderInformation,
  BOOLEAN UseOnlyFirstNbl,
  PKTMON_DIRECTION Direction,
  INT DropReason,
  INT LocationCode
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Function pointer to PktMonClntNblDrop.

Parameters

CompContext

NetBufferList

PacketType

PacketHeaderInformation

UseOnlyFirstNbl

Direction

DropReason

LocationCode

Remarks

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

See also