FwpsDereferencevSwitchPacketContext0 - NtDoc

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

void FwpsDereferencevSwitchPacketContext0(
  HANDLE packetContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsdereferencevswitchpacketcontext0)

FwpsDereferencevSwitchPacketContext0 function

Description

This function is not supported.

Parameters

packetContext

The vSwitchPacketContext value in the FWPS_INCOMING_METADATA_VALUES0 structure that is passed to callouts during virtual switch transport layer classifies (the FWPS_L2_METADATA_FIELD_VSWITCH_SOURCE_PORT_ID bit will be set in the currentL2MetadataValues member).

Remarks

The FwpsDereferencevSwitchPacketContext0 function releases a reference that was acquired by the FwpsReferencevSwitchPacketContext0 function.

See also

FWPS_INCOMING_METADATA_VALUES0

FwpsReferencevSwitchPacketContext0