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 the results of a call to PeerGetNextItem.
typedef struct peer_name_pair_tag { DWORD dwSize; PWSTR pwzPeerName; PWSTR pwzFriendlyName;} PEER_NAME_PAIR, *PPEER_NAME_PAIR;
Members
- dwSize
Specifies the size, in bytes, of this structure. - pwzPeerName
Specifies the peer name of the peer identity or peer-to-peer group. - pwzFriendlyName
Specifies the friendly name of the peer identity or peer-to-peer group.
Remarks
This structure is used when the application enumerates peer identities and peer-to-peer groups associated with a specific identity.
When the application enumerates peer identities, each PEER_NAME_PAIR structure contains a peer name and the friendly name of the identity.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.
See Also
Send Feedback on this topic to the authors