PEER_PEOPLE_NEAR_ME structure (p2p.h)

The PEER_PEOPLE_NEAR_ME structure contains information about a peer in the same logical or virtual subnet.

Syntax

typedef struct peer_people_near_me_tag {
  PWSTR         pwzNickName;
  PEER_ENDPOINT endpoint;
  GUID          id;
} PEER_PEOPLE_NEAR_ME, *PPEER_PEOPLE_NEAR_ME;

Members

pwzNickName

Zero-terminated Unicode string that contains the nickname of the contact.

endpoint

PEER_ENDPOINT structure that contains the IPv6 network address of the peer whose endpoint shares the same subnet.

id

GUID value that contains the unique ID value for this peer. Since this value uniquely identifies a peer endpoint, the display name and even the associated IPv6 address can be changed with deleting the rest of the peer information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header p2p.h

See also

PEER_DATA

Peer Collaboration API Structures