nn::nex::MatchmakeExtensionClient::FindMatchmakeSessionByGatheringIdDetail Member Function

Syntax

qBool FindMatchmakeSessionByGatheringIdDetail(
     ProtocolCallContext * pContext,
     GatheringID gid,
     MatchmakeSession * matchmakingSession
);

Parameters

Name Description
in pContext Call information.
in gid ID of the matchmaking session to get information for.
out matchmakingSession The matchmaking session information that was retrieved.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Gets detailed information for the matchmaking session.

This function gets detailed information on the matchmaking session with the specified ID. The shared key for P2P communication is included in the information. The caller must be a participant in the specified matchmaking session.

The following results may be returned as a result of asynchronous operation. Use the application to handle these results.

QERROR(RendezVous, SessionVoid): The matchmaking session does not exist.
QERROR(RendezVous, PermissionDenied): Not a participant of the specified matchmaking session.

See Also

Network::SetP2PDataPacketSessionSignatureKey

Revision History

2014/03/13
Initial version.

CONFIDENTIAL