FWPS_INBOUND_FRAGMENT_METADATA0 structure (fwpstypes.h)

The FWPS_INBOUND_FRAGMENT_METADATA0 structure describes the fragment data for a received packet fragment.

Note  FWPS_INBOUND_FRAGMENT_METADATA0 is a specific version of FWPS_INBOUND_FRAGMENT_METADATA. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
 

Syntax

typedef struct FWPS_INBOUND_FRAGMENT_METADATA0_ {
  UINT32 fragmentIdentification;
  UINT16 fragmentOffset;
  ULONG  fragmentLength;
} FWPS_INBOUND_FRAGMENT_METADATA0;

Members

fragmentIdentification

A value that identifies the packet to which the packet fragment belongs.

fragmentOffset

A value that specifies the offset, in bytes, of the packet fragment from the beginning of the packet.

fragmentLength

A value that specifies the length, in bytes, of the packet fragment.

Remarks

The FWPS_INBOUND_FRAGMENT_METADATA0 structure contains valid data only if the FWPS_METADATA_FIELD_FRAGMENT_DATA flag is set in the currentMetadataValues member of the FWPS_INCOMING_METADATA_VALUES0 structure that the filter engine passes to a callout's classifyFn callout function.

Requirements

Requirement Value
Minimum supported client Available starting with Windows Vista.
Header fwpstypes.h (include Fwpsk.h)

See also

FWPS_INCOMING_METADATA_VALUES0

classifyFn