Condividi tramite


struttura FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0 (fwpstypes.h)

La struttura FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0 specifica un modello per gli endpoint DI APPLICAZIONE (ALE) da enumerare.

NotaFWPS_ALE_ENDPOINT_ENUM_TEMPLATE0 è una versione specifica di FWPS_ALE_ENDPOINT_ENUM_TEMPLATE. Per altre informazioni, vedere Wfp Version-Independent Names and Targeting Specific Versions of Windows .See WFP Version-Independent Names and Targeting Specific Versions of Windows.See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
 

Sintassi

typedef struct FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0_ {
  FWP_CONDITION_VALUE0 localSubNet;
  FWP_CONDITION_VALUE0 remoteSubNet;
  FWP_CONDITION_VALUE0 ipProtocol;
  FWP_CONDITION_VALUE0 localPort;
  FWP_CONDITION_VALUE0 remotePort;
} FWPS_ALE_ENDPOINT_ENUM_TEMPLATE0;

Members

localSubNet

Parte della subnet locale del modello di enumerazione.

remoteSubNet

Parte della subnet remota del modello di enumerazione.

ipProtocol

Parte del protocollo IP del modello di enumerazione.

localPort

Parte della porta locale del modello di enumerazione.

remotePort

Parte della porta remota del modello di enumerazione.

Commenti

Questa struttura può essere usata per restringere i risultati durante l'enumerazione degli endpoint. Se usato, viene specificato quando viene creato l'handle di enumerazione chiamando FwpsAleEndpointCreateEnumHandle0. Tutti i membri popolati vengono usati per limitare i risultati dell'enumerazione restituiti da FwpsAleEndpointEnum0.

Requisiti

Requisito Valore
Client minimo supportato Disponibile a partire da Windows 7.
Intestazione fwpstypes.h (include Fwpsk.h)

Vedi anche

FwpsAleEndpointCreateEnumHandle0

FwpsAleEndpointEnum0