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.
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_DECLINEDValue: 0 The invitation was declined by the peer. |
PEER_INVITATION_RESPONSE_ACCEPTEDValue: 1 The invitation was accepted by the peer. |
PEER_INVITATION_RESPONSE_EXPIREDValue: 2 The invitation has expired. |
PEER_INVITATION_RESPONSE_ERRORValue: 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 |