다음을 통해 공유


PEER_ADDRESS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.