struttura FWPM_CLASSIFY_OPTION0 (fwpmtypes.h)

La struttura FWPM_CLASSIFY_OPTION0 viene usata per definire opzioni e dati di timeout unicast e multicast.

Sintassi

typedef struct FWPM_CLASSIFY_OPTION0_ {
  FWP_CLASSIFY_OPTION_TYPE type;
  FWP_VALUE0               value;
} FWPM_CLASSIFY_OPTION0;

Members

type

Valore FWP_CLASSIFY_OPTION_TYPE .

value

Struttura FWP_VALUE0 .

Commenti

Nella tabella seguente sono elencati i valori possibili per i membri di una struttura FWPM_CLASSIFY_OPTION0 .

type value
FWP_CLASSIFY_OPTION_MULTICAST_STATE
  • FWP_OPTION_VALUE_ALLOW_MULTICAST_STATE Consenti la creazione dello stato multicast locale del collegamento nel traffico in uscita
  • FWP_OPTION_VALUE_DENY_MULTICAST_STATE Non consentire la creazione dello stato multicast locale del collegamento nel traffico in uscita
  • FWP_OPTION_VALUE_ALLOW_GLOBAL_MULTICAST_STATE Consenti la creazione dello stato multicast globale nel traffico in uscita
FWP_CLASSIFY_OPTION_LOOSE_SOURCE_MAPPING
  • FWP_OPTION_VALUE_ENABLE_LOOSE_SOURCE Abilitare il mapping di origine debole
  • FWP_OPTION_VALUE_DISABLE_LOOSE_SOURCE Disabilitare il mapping di origine debole
FWP_CLASSIFY_OPTION_UNICAST_LIFETIME
  • Qualsiasi FWP_UINT32
FWP_CLASSIFY_OPTION_MCAST_BCAST_LIFETIME
  • Qualsiasi FWP_UINT32
 

FWPM_CLASSIFY_OPTION0 è un'implementazione specifica di FWPM_CLASSIFY_OPTION. 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.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwpmtypes.h

Vedi anche

FWPM_CLASSIFY_OPTIONS0

FWP_CLASSIFY_OPTION_TYPE

FWP_VALUE0

Strutture API della piattaforma di filtro Windows