// 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 referenceNo description available.
Function pointer to PktMonClntNblDrop.
CompContextNetBufferListPacketTypePacketHeaderInformationUseOnlyFirstNblDirectionDropReasonLocationCodeThis function pointer is used by Microsoft for internal testing. Use the actual PktMonClntNblDrop function instead.