FWPS_INCOMING_VALUES0結構 (fwpstypes.h)
FWPS_INCOMING_VALUES0結構會定義篩選引擎傳遞至圖說文字分類Fn圖說文字函式的資料值。
注意FWPS_INCOMING_VALUES0 是特定版本的 FWPS_INCOMING_VALUES。 如需詳細資訊 ,請參閱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_<LAYER_ID>** 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) |