FWPS_INCOMING_VALUES0 结构 (fwpstypes.h)

FWPS_INCOMING_VALUES0 结构定义由筛选器引擎传递到标注的分类Fn 标注函数的数据值。

注意FWPS_INCOMING_VALUES0特定版本的 FWPS_INCOMING_VALUES。 有关详细信息 ,请参阅 WFP Version-Independent名称和面向 Windows 的特定版本
 

语法

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

成员

layerId

获取数据值的筛选层的运行时筛选层标识符。 有关详细信息,请参阅 运行时筛选层标识符

valueCount

incomingValue 成员指向的数组中的FWPS_INCOMING_VALUE0结构数。

incomingValue

指向包含数据值的 FWPS_INCOMING_VALUE0 结构的数组的指针。

注解

筛选器引擎将指向FWPS_INCOMING_VALUES0结构的指针传递到标注的

<a href="https://docs.microsoft.com/windows-hardware/drivers/ddi/content/fwpsk/nc-fwpsk-fwps_callout_classify_fn0">classifyFn</a> callout function. 
The values in this array depend on the **layerId**; each layer has an associated set of available indexes as outlined in the **FWPS_FIELDS_&lt;LAYER_ID&gt;** enumerations. 
For example, for the **ALE_AUTH_CONNECT_V4** layer, the available indexes are listed in the [FWPS_FIELDS_ALE_AUTH_CONNECT_V4 enumeration](windows-hardware/drivers/ddi/fwpsk/ne-fwpsk-fwps_fields_ale_auth_connect_v4_).

要求

   
最低受支持的客户端 从 Windows Vista 开始可用。
标头 fwpstypes.h (包括 Fwpsk.h)

请参阅

FWPS_INCOMING_VALUE0

分类Fn