qBool FindMatchmakeSessionByGatheringIdDetail( ProtocolCallContext * pContext, GatheringID gid, MatchmakeSession * matchmakingSession );
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. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
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.
CONFIDENTIAL