Edit

PEER_INVITATION_RESPONSE_TYPE enumeration (p2p.h)

The PEER_INVITATION_RESPONSE_TYPE enumeration defines the type of response received to an invitation to start a Peer Collaboration activity.

Syntax

typedef enum peer_invitation_response_type_tag {
  PEER_INVITATION_RESPONSE_DECLINED = 0,
  PEER_INVITATION_RESPONSE_ACCEPTED = 1,
  PEER_INVITATION_RESPONSE_EXPIRED = 2,
  PEER_INVITATION_RESPONSE_ERROR = 3
} PEER_INVITATION_RESPONSE_TYPE;

Constants

 
PEER_INVITATION_RESPONSE_DECLINED
Value: 0
The invitation was declined by the peer.
PEER_INVITATION_RESPONSE_ACCEPTED
Value: 1
The invitation was accepted by the peer.
PEER_INVITATION_RESPONSE_EXPIRED
Value: 2
The invitation has expired.
PEER_INVITATION_RESPONSE_ERROR
Value: 3
An error occurred during the invitation process.

Requirements

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

See also

Collaboration API Enumerations