PEER_INVITATION_RESPONSE structure (p2p.h)

The PEER_INVITATION_RESPONSE structure contains a response to an invitation to join a peer collaboration activity.

Syntax

typedef struct peer_invitation_response_tag {
  PEER_INVITATION_RESPONSE_TYPE action;
  PWSTR                         pwzMessage;
  HRESULT                       hrExtendedInfo;
} PEER_INVITATION_RESPONSE, *PPEER_INVITATION_RESPONSE;

Members

action

PEER_INVITATION_RESPONSE_TYPE enumeration value that specifies the action the peer takes in response to the invitation.

pwzMessage

Reserved. This member must be set to NULL, and is set exclusively by the Peer Collaboration infrastructure.

hrExtendedInfo

Any extended information that is part of the response. This can include an error code corresponding to the failure on the recipient of the invitation.

Requirements

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

See also

PEER_INVITATION

Peer Collaboration API Structures