2.2.2.44 CLIENT_STACK_ADDRESS

The CLIENT_STACK_ADDRESS structure represents the client network address.<146>

 typedef struct _CLIENT_STACK_ADDRESS {
   BYTE Address[STACK_ADDRESS_LENGTH];
 } CLIENT_STACK_ADDRESS,
  *PCLIENT_STACK_ADDRESS;

Address: The first two bytes represent the address family to which the client network address belongs. For more information, see [MSDN-SOCKET]. The remaining bytes represent the client network address in a TDI_ADDRESS_IP structure. For more information, see [MSDN-TDIADDRESS].