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