FWPS_INCOMING_VALUES0 structure [Filtering]

The FWPS_INCOMING_VALUES0 structure specifies an array of FWPS_INCOMING_VALUE0 structures.

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

Members

  • layerId
    The LUID of the layer where these values originated.
  • valueCount
    Number of values in the array.
  • incomingValue
    Array of FWPS_INCOMING_VALUE0 structures.

Remarks

The number of values, their order, and their data type is fixed for a given layer and determined by the layer schema.

The FWPS_INCOMING_VALUES0 are the only values which can be tested by conditions. However, many layers provide additional "meta" information, that can be processed by callouts.

Requirements

Client Requires Windows Vista.
Server Requires Windows Server "Longhorn".
Header

Declared in Fwpstypes.h.

IDL

Declared in Fwpstypes.idl.

See Also

Windows Filtering Platform API Structures
FWPS_INCOMING_VALUE0