nn::nex::MatchMakingClient::FindByID Member Function

Syntax

qBool FindByID(
     ProtocolCallContext * pContext,
     GatheringID id,
     GatheringHolder * pGathering
);

Parameters

Name Description
in pContext Call information.
in id Gathering ID.
out pGathering The found gathering.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Searches for a gathering by ID.

Searches for the gathering with the specified ID.

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

QERROR(RendezVous, SessionVoid): The gathering does not exist.

You can choose to either handle the following error in the application or pass it to the error/EULA applet.

QERROR(RendezVous, GameServerMaintenance): This error occurs when the function is called between the GameServerMaintenance notification event and when game server maintenance takes place.

Revision History

2013/05/31
Added a note indicating that QERROR(Core, GameServerMaintenance) is returned when the function is called between the GameServerMaintenance notification event and when game server maintenance takes place.
2013/04/04
Revised to return QERROR(RendezVous, SessionVoid) when a nonexistent gathering has been specified.
2012/01/27
Initial version.

CONFIDENTIAL