FWPS_PACKET_LIST_FWP_INFORMATION0_ - NtDoc

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

typedef struct FWPS_PACKET_LIST_FWP_INFORMATION0_ {
  unsigned isReinjected : 1;
} FWPS_PACKET_LIST_FWP_INFORMATION0;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-fwpsk-fwps_packet_list_fwp_information0_)

FWPS_PACKET_LIST_FWP_INFORMATION0_ structure

Description

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.

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.

See also

FWPS_PACKET_LIST_INFORMATION0