Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SERVICE_ADDRESSES structure (nspapi.h)

The SERVICE_ADDRESSES structure contains an array of SERVICE_ADDRESS data structures.

Syntax

typedef struct _SERVICE_ADDRESSES {
 DWORD dwAddressCount;
 SERVICE_ADDRESS *Addressses[];
 SERVICE_ADDRESS Addresses[1];
} SERVICE_ADDRESSES, *PSERVICE_ADDRESSES, *LPSERVICE_ADDRESSES;

Members

dwAddressCount

Number of SERVICE_ADDRESS structures in the Addresses array.

Addressses[*]

Addresses[1]

Requirements

Requirement Value
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


Feedback

Was this page helpful?

Additional resources