Share via


IPSEC_SA_CONTEXT_CHANGE0-Struktur (ipsectypes.h)

Die IPSEC_SA_CONTEXT_CHANGE0-Struktur enthält Informationen zu einer Änderung des IPsec-Sicherheitszuordnungskontexts (SA).

Syntax

typedef struct IPSEC_SA_CONTEXT_CHANGE0_ {
  IPSEC_SA_CONTEXT_EVENT_TYPE0 changeType;
  UINT64                       saContextId;
} IPSEC_SA_CONTEXT_CHANGE0;

Member

changeType

Typ: IPSEC_SA_CONTEXT_EVENT_TYPE0

Der Typ des IPsec SA-Kontextänderungsereignisses.

saContextId

Typ: UINT64

Bezeichner des geänderten IPsec SA-Kontexts.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 [nur Desktop-Apps]
Kopfzeile ipsectypes.h

Weitere Informationen

IPSEC_SA_CONTEXT_EVENT_TYPE0