<div class="content" name="CLIENT_STACK_ADDRESS" uuid="78526580-c032-4633-89bb-17a0a49e2b4a"><p>The <b>CLIENT_STACK_ADDRESS</b> structure represents the
client network address.<a id="Appendix_A_Target_147"></a><a aria-label="Product behavior note 147" href="7ce7f717-461b-4f18-9829-6690168c7707#Appendix_A_147" data-linktype="relative-path">&lt;147&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _CLIENT_STACK_ADDRESS {
   BYTE Address[STACK_ADDRESS_LENGTH];
 } CLIENT_STACK_ADDRESS,
  *PCLIENT_STACK_ADDRESS;
</pre></div>
</dd></dl><p><b>Address:</b>  The first two bytes
represent the address family to which the client network address belongs. For
more information, see <span><a href="https://go.microsoft.com/fwlink/?LinkId=93442" data-linktype="external">[MSDN-SOCKET]</a></span>.
The remaining bytes represent the client network address in a TDI_ADDRESS_IP
structure. For more information, see <span><a href="https://go.microsoft.com/fwlink/?LinkId=93316" data-linktype="external">[MSDN-TDIADDRESS]</a></span>.</p></div>