qBool FindByID( ProtocolCallContext * pContext, GatheringID id, GatheringHolder * pGathering );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | id | Gathering ID. |
out | pGathering | The found gathering. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
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.
QERROR(RendezVous, GameServerMaintenance)
: This error occurs when the function is called between the GameServerMaintenance
notification event and when game server maintenance takes place.
QERROR(Core, GameServerMaintenance)
is returned when the function is called between the GameServerMaintenance
notification event and when game server maintenance takes place.
QERROR(RendezVous, SessionVoid)
when a nonexistent gathering has been specified.
CONFIDENTIAL