nn::nex::MatchmakeExtensionClient::AddToBlackList Member Function

Syntax

qBool AddToBlackList(
     ProtocolCallContext * pContext,
     const qList< PrincipalID > & principalIdList
);

Parameters

Name Description
in pContext Call information.
out principalIdList The list of users to add.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

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.

Revision History

2014/04/08
Corrected QERROR(Core, InvalidArgment) to QERROR(Core, InvalidArgument) and QERROR(Core, GameServerMaintenance) to QERROR(RendezVous, GameServerMaintenance) in the description.
2013/03/22
Added descriptions for the fact that users already in the blacklist are ignored, and about QERROR.
2011/06/29
Initial version.

CONFIDENTIAL