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.
1/6/2010
This structure contains IP address information for an active connection.
Syntax
typedef struct _CONNMGR_CONNECTION_IPADDR{
DWORD cIPAddr;
SOCKADDR_STORAGE IPAddr[1]
} CONNMGR_CONNECTION_IPADDR;
Members
- cIPAddr
Provides the count of IP addresses in the array
- IPAddr
Provides an array of IPv4 and/or IPv6 addresses in SOCKADDR_STORAGE structures.
Requirements
| Header | connmgr_status.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Connection Manager Structures
CONNMGR_CONNECTION_DETAILED_STATUS