qBool AddToBlackList( ProtocolCallContext * pContext, const qList< PrincipalID > & principalIdList );
Name | Description | |
---|---|---|
in | pContext | Call information. |
out | principalIdList | The list of users to add. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
Adds users to the blacklist.
Users cannot be registered if they have already been established as friends. Users already added to the blacklist are ignored.
If a friendship is established after a user has been registered to the blacklist, the user is not automatically deleted from the blacklist.
The following results may be returned as a result of asynchronous operation. Use the application to handle these results.
QERROR(Core, InvalidArgument)
: The principalIdList passed as an argument contains 101 or more entries.
QERROR(Core, InvalidArgment)
to QERROR(Core, InvalidArgument)
and QERROR(Core, GameServerMaintenance)
to QERROR(RendezVous, GameServerMaintenance)
in the description.
QERROR
.
CONFIDENTIAL