Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
nspapi.h
Unicode
No
Platform Notes
None

SERVICE_ADDRESSES

The SERVICE_ADDRESSES structure contains an array of SERVICE_ADDRESS data structures.

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 SERVICE_ADDRESS structure contains information about a network service address.

See Also

SERVICE_ADDRESS
, SERVICE_INFO

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples