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 IP address information for an active connection.
typedef struct _CONNMGR_CONNECTION_IPADDR{
DWORD cIPAddr;
SOCKADDR_STORAGE IPAddr[1]
} CONNMGR_CONNECTION_IPADDR;
Members
- cIPAddr
Count of IP addresses in the array. - IPAddr
Array of IPv4 and/or IPv6 addresses.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr_status.h.
See Also
CONNMGR_CONNECTION_DETAILED_STATUS
Send Feedback on this topic to the authors