<div class="content" name="RAS_UPDATE_CONNECTION_1_IDL" uuid="ff12a4cb-d190-4476-b674-0048ac93d911"><p>The <b>RAS_UPDATE_CONNECTION_1_IDL</b> structure<a id="Appendix_A_Target_135"></a><a aria-label="Product behavior note 135" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_135" data-linktype="relative-path">&lt;135&gt;</a> contain information about the
tunnel endpoint address on an IKEv2 connection.</p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>Header: </b>MUST be a <a href="abab767e-8f43-40c6-bb13-ff65307f05ef" data-linktype="relative-path"><b>MPRAPI_OBJECT_HEADER_IDL</b></a>.</p><p><b>dwIfIndex: </b>MUST be set to the index of the local
interface to which the connections has to be switched and on which MOBIKE <a href="https://go.microsoft.com/fwlink/?LinkId=121752" data-linktype="external">[RFC4555]</a> is to be
sent.</p><p><b>wszRemoteEndpointAddress: </b>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, &#34;10.102.235.84&#34; or &#34;2001::a456&#34;.
</p></div>