IPSEC_SA_CONTEXT_CHANGE0 structure (ipsectypes.h)

The IPSEC_SA_CONTEXT_CHANGE0 structure contains information about an IPsec security association (SA) context change.

Syntax

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

Members

changeType

Type: IPSEC_SA_CONTEXT_EVENT_TYPE0

The type of IPsec SA context change event.

saContextId

Type: UINT64

Identifier of the IPsec SA context that changed.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header ipsectypes.h

See also

IPSEC_SA_CONTEXT_EVENT_TYPE0