Share via


SERVICE_ADDRESSES

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains an array of SERVICE_ADDRESSdata structures.

Syntax

typedef struct _SERVICE_ADDRESSES { 
  DWORD dwAddressCount; 
  SERVICE_ADDRESS Addresses[1]; 
} SERVICE_ADDRESSES; 

Members

  • dwAddressCount
    Specifies the number of SERVICE_ADDRESS structures in the Addresses array.
  • Addresses
    An array of SERVICE_ADDRESS data structures. Each structure contains information about a network service address.

Requirements

Header winsock2.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

SERVICE_ADDRESS
SERVICE_INFO