// fwpsk.h
void FwpsDereferencevSwitchPacketContext0(
HANDLE packetContext
);
View the official Windows Driver Kit DDI referenceNo description available.
This function is not supported.
packetContextThe 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).
The FwpsDereferencevSwitchPacketContext0 function releases a reference that was acquired by the FwpsReferencevSwitchPacketContext0 function.
FWPS_INCOMING_METADATA_VALUES0
FwpsReferencevSwitchPacketContext0