Partager via


PEER_CONNECTION_FLAGS_TAG (Windows CE 5.0)

Send Feedback

This enumeration specifies the types of connections a peer can have.

typedef enum peer_connection_flags_tag{  PEER_CONNECTION_NEIGHBOR,   PEER_CONNECTION_DIRECT} PEER_CONNECTION_FLAGS;

Return Values

  • PEER_CONNECTION_NEIGHBOR
    Specifies that this connection is a neighbor connection.
  • PEER_CONNECTION_DIRECT
    Specifies that this connection is a direct connection to another node.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.

See Also

Peer-to-Peer Common Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.