qBool FindByID( ProtocolCallContext * pContext, qList< GatheringID > lstID, qList< GatheringHolder > * plstGatherings );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | lstID | List of gathering IDs. |
out | plstGatherings | List of found gatherings. |
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(Core, InvalidArgument)
: The GatheringID
passed as an argument contains 101 or more entries.
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.
GatheringID
provided in the arguments. CONFIDENTIAL