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 information about the IP address.
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-to-peer infrastructure.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.
See Also
Peer-to-Peer Common Structures
Send Feedback on this topic to the authors