Condividi tramite


Funzione IPsecSaContextUpdate0 (fwpmu.h)

La funzione IPsecSaContextUpdate0 aggiorna un contesto dell'associazione di sicurezza (SA) IPsec.

Sintassi

DWORD IPsecSaContextUpdate0(
  [in] HANDLE                  engineHandle,
  [in] UINT64                  flags,
  [in] const IPSEC_SA_CONTEXT1 *newValues
);

Parametri

[in] engineHandle

Tipo: HANDLE

Handle per una sessione aperta al motore di filtro. Chiamare FwpmEngineOpen0 per aprire una sessione al motore di filtro.

[in] flags

Tipo: UINT32

Flag che indicano il campo specifico nella struttura IPSEC_SA_CONTEXT1 da aggiornare.

Valori possibili:

Flag SA IPsec Significato
IPSEC_SA_DETAILS_UPDATE_TRAFFIC
Aggiornamenti la struttura [IPSEC_SA_DETAILS1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_details1).
IPSEC_SA_DETAILS_UPDATE_UDP_ENCAPSULATION
Aggiornamenti la struttura [IPSEC_SA_DETAILS1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_details1).
IPSEC_SA_BUNDLE_UPDATE_FLAGS
Aggiornamenti la struttura [IPSEC_SA_BUNDLE1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_bundle1).
IPSEC_SA_BUNDLE_UPDATE_NAP_CONTEXT
Aggiornamenti la struttura [IPSEC_SA_BUNDLE1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_bundle1).
IPSEC_SA_BUNDLE_UPDATE_KEY_MODULE_STATE
Aggiornamenti la struttura [IPSEC_SA_BUNDLE1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_bundle1).
IPSEC_SA_BUNDLE_UPDATE_PEER_V4_PRIVATE_ADDRESS
Aggiornamenti la struttura [IPSEC_SA_BUNDLE1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_bundle1).
IPSEC_SA_BUNDLE_UPDATE_MM_SA_ID
Aggiornamenti la struttura [IPSEC_SA_BUNDLE1](/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_bundle1).

[in] newValues

Tipo: IPSEC_SA_CONTEXT1*

Coppia sa in ingresso e in uscita.

Valore restituito

Tipo: DWORD

Codice/valore restituito Descrizione
ERROR_SUCCESS
0
Il contesto SA IPsec è stato aggiornato correttamente.
FWP_E_* codice di errore
0x80320001: 0x80320039
Errore specifico di Windows Filtering Platform (WFP). Per informazioni dettagliate, vedere Codici di errore del WFP .
RPC_* codice di errore
0x80010001: 0x80010122
Errore di comunicazione con il motore firewall remoto o locale.

Commenti

IPsecSaContextUpdate0 è un'implementazione specifica di IPsecSaContextUpdate. 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 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione fwpmu.h
Libreria Fwpuclnt.lib
DLL Fwpuclnt.dll

Vedi anche

IPSEC_SA_CONTEXT1