qBool GetPlayingSession( ProtocolCallContext * pContext, const qList< PrincipalID > & principalIdList, qList< PlayingSession > * pPlayingSessionList );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | principalIdList | ID of participant. |
out | pPlayingSessionList | List of participating matchmaking sessions. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
Gets the list of matchmaking sessions in which the specified user is participating.
This search can also get session information on participating non-friends, but this information is not included in the search results in the following cases.
UpdatePrivacySetting
function to make their participation status in the matchmaking session private.
The following results may be returned as a result of asynchronous operation. Pass errors to the Error/EULA applet. This error must be removed during debugging. QERROR(Core, InvalidArgument)
: The list of principal IDs passed as an argument contains 101 or more entries.
QERROR(Core, InvalidArgment)
to QERROR(Core, InvalidArgument)
in the description.
QERROR(Core, InvalidArgment)
is not handled by the application, but the error is passed to the error/EULA applet. PrincipalID
provided in the arguments. CONFIDENTIAL