FWPS_PACKET_LIST_FWP_INFORMATION0 structure (fwpsk.h)
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.
Syntax
typedef struct FWPS_PACKET_LIST_FWP_INFORMATION0_ {
unsigned isReinjected : 1;
} FWPS_PACKET_LIST_FWP_INFORMATION0;
Members
isReinjected
A value that indicates whether the packet data was reinjected by a callout driver.
Remarks
A FWPS_PACKET_LIST_FWP_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_INFORMATION0 structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows Vista. |
Header | fwpsk.h (include Fwpsk.h) |