次の方法で共有


FWPS_INCOMING_VALUES0 (Compact 2013)

3/26/2014

This structure defines data values that are passed by the WFP Filter Engine to a callout's classifyFn callout function.

Syntax

typedef struct FWPS_INCOMING_VALUES0_ {
  UINT16  layerId;
  UINT32  valueCount;
  FWPS_INCOMING_VALUE0  *incomingValue;
} FWPS_INCOMING_VALUES0;

Members

  • layerId
    The run-time filtering layer identifier for the filtering layer at which the data values were obtained
  • valueCount
    The number of FWPS_INCOMING_VALUE0 structures in the array pointed to by the incomingValue member
  • incomingValue
    A pointer to an array of FWPS_INCOMING_VALUE0 structures that contain the data values.

Remarks

The filter engine passes a pointer to an FWPS_INCOMING_VALUES0 structure to a callout's classifyFn callout function.

Requirements

Header

fwpsk.h

See Also

Reference

WFP Callout Driver Structures
classifyFn
FWPS_INCOMING_VALUE0
WFP Callout Driver Run-time Filtering Layer Identifiers
WFP Callout Driver Reference

Other Resources

FWP_VALUE0