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 |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012