qBool FindByOwner( ProtocolCallContext * pContext, PrincipalID pidOwner, const ResultRange & resultRange, qList< GatheringHolder > * plstGatherings );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | pidOwner | PrincipalID to be used as a search key. |
in | resultRange | Search range. |
out | plstGatherings | The found gathering. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
Searches using the PrincipalId
of the owner of the gathering.
This function searches for the gathering whose owner is the user having the specified PrincipalId
.
The following results may be returned as a result of asynchronous operation. Use the application to handle these results.
QERROR(Core, InvalidArgument)
: The maximum number of entries to get in the ResultRange
object passed as an argument was set to more than 100.
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.
QERROR(Core, GameServerMaintenance)
is returned when the function is called between the GameServerMaintenance
notification event and when game server maintenance takes place.
ResultRange
provided in the arguments. CONFIDENTIAL