Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This 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 structure contains information about a network service address.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.
See Also
SERVICE_ADDRESS | SERVICE_INFO
Send Feedback on this topic to the authors