This topic has not yet been rated - Rate this topic

SERVICE_ADDRESSES structure

The SERVICE_ADDRESSES structure contains an array of SERVICE_ADDRESS data structures.

Syntax


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

Members

dwAddressCount

Number of SERVICE_ADDRESS structures in the Addresses array.

Addresses

Array of SERVICE_ADDRESS data structures. Each SERVICE_ADDRESS structure contains information about a network service address.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Nspapi.h

See also

SERVICE_ADDRESS
SERVICE_INFO

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.