FWPS_INCOMING_VALUE0 (Compact 2013)

3/26/2014

This structure defines an individual data value.

Syntax

typedef struct FWPS_INCOMING_VALUE0_ {
  FWP_VALUE0  value;
} FWPS_INCOMING_VALUE0;

Members

  • value
    An FWP_VALUE0 structure that contains the value associated with the field identifier that is specified by the fieldId member.

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

Header

fwpsk.h

See Also

Reference

WFP Callout Driver Structures
classifyFn
FWPS_INCOMING_VALUES0
WFP Callout Driver Reference

Other Resources

FWP_VALUE0