PEER_APP_LAUNCH_INFO structure (p2p.h)

The PEER_APP_LAUNCH_INFO structure contains the peer application application launch information provided by a contact in a previous peer invite request.

Syntax

typedef struct peer_app_launch_info_tag {
  PPEER_CONTACT    pContact;
  PPEER_ENDPOINT   pEndpoint;
  PPEER_INVITATION pInvitation;
} PEER_APP_LAUNCH_INFO, *PPEER_APP_LAUNCH_INFO;

Members

pContact

Pointer to a PEER_CONTACT structure that contains information about the contact that sent the request to the local peer to launch the application referenced by the application.

pEndpoint

Pointer to a PEER_ENDPOINT structure that contains information about the specific endpoint of the contact that sent the request to the local peer to launch the application referenced by the application

pInvitation

Pointer to the PEER_INVITATION structure that contains the invitation to launch a specific peer application application on the local peer.

Requirements

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

See also

PEER_CONTACT

PEER_ENDPOINT

PEER_INVITATION

Peer Collaboration API Structures