PEER_ADDRESS structure (p2p.h)

The PEER_ADDRESS structure specifies the information about the IP address.

Syntax

typedef struct peer_address_tag {
  DWORD        dwSize;
  SOCKADDR_IN6 sin6;
} PEER_ADDRESS, *PPEER_ADDRESS;

Members

dwSize

Specifies the size of this structure.

sin6

Specifies the IP address of the node in the Peer Infrastructure.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
Minimum supported server None supported
Header p2p.h

See also

PEER_CONNECTION_INFO

PEER_MEMBER

PEER_NODE_INFO

PeerGraphConnect

PeerGraphOpenDirectConnection

PeerGroupOpenDirectConnection