Edit

Share via


PKTMON_CLNT_NBL_DROP callback function (pktmonclntk.h)

Function pointer to PktMonClntNblDrop.

Syntax

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
)
{...}

Parameters

CompContext

NetBufferList

PacketType

PacketHeaderInformation

UseOnlyFirstNbl

Direction

DropReason

LocationCode

Return value

None

Remarks

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

Requirements

Requirement Value
Header pktmonclntk.h

See also