// fwpsk.h
typedef struct FWPS_PACKET_LIST_FWP_INFORMATION0_ {
unsigned isReinjected : 1;
} FWPS_PACKET_LIST_FWP_INFORMATION0;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_PACKET_LIST_FWP_INFORMATION0 structure defines Windows Filtering Platform information associated with a packet list.
Note FWPS_PACKET_LIST_FWP_INFORMATION0 is a specific version of FWPS_PACKET_LIST_FWP_INFORMATION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
isReinjectedA value that indicates whether the packet data was reinjected by a callout driver.
A FWPS_PACKET_LIST_FWP_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_INFORMATION0 structure.