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.
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 |