Partager via


2.2.1.2.147 RAS_UPDATE_CONNECTION_1_IDL

The RAS_UPDATE_CONNECTION_1_IDL structure<135> contain information about the tunnel endpoint address on an IKEv2 connection.

 typedef struct _RAS_UPDATE_CONNECTION_1_IDL 
 {
   MPRAPI_OBJECT_HEADER_IDL Header;
   DWORD dwIfIndex;
   WCHAR wszRemoteEndpointAddress[65];
 } RAS_UPDATE_CONNECTION_1_IDL,
  *PRAS_UPDATE_CONNECTION_1_IDL;

Header: MUST be a MPRAPI_OBJECT_HEADER_IDL.

dwIfIndex: MUST be set to the index of the local interface to which the connections has to be switched and on which MOBIKE [RFC4555] is to be sent.

wszRemoteEndpointAddress: Specifies a null-terminated Unicode string that holds the remote IP address to which connections has to be switched and on which MOBIKE is to be sent for the connection. This string has the form a.b.c.d in case of IPv4 address and a::b:c in case of IPv6; for example, "10.102.235.84" or "2001::a456".