FWPS_INCOMING_VALUE0 structure (fwpstypes.h)

The FWPS_INCOMING_VALUE0 structure defines an individual data value.

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

Syntax

typedef struct FWPS_INCOMING_VALUE0_ {
  FWP_VALUE0 value;
} FWPS_INCOMING_VALUE0;

Members

value

An FWP_VALUE0 structure that contains the data value.

Remarks

The FWPS_INCOMING_VALUES0 structure contains a pointer to an array of FWPS_INCOMING_VALUE0 structures that contain the incoming data values that are passed 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_VALUES0

FWP_VALUE0

classifyFn