FWPS_INCOMING_VALUES0 구조체(fwpstypes.h)
FWPS_INCOMING_VALUES0 구조체는 필터 엔진이 설명선의 classifyFn 설명선 함수에 전달하는 데이터 값을 정의합니다.
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_<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 포함) |