nn::nex::RankingClient::DeleteScore Member Function

Syntax

qBool DeleteScore(
     ProtocolCallContext * pContext,
     qUnsignedInt32 category,
     UniqueId nexUniqueId = INVALID_UNIQUEID
);
qBool DeleteScore(
     ProtocolCallContext * pContext,
     UniqueId nexUniqueId = INVALID_UNIQUEID
);

Overloaded Member Functions

DeleteScore ( ProtocolCallContext *, qUnsignedInt32, UniqueId ) Deletes a score.
DeleteScore ( ProtocolCallContext *, UniqueId ) Deletes all category scores.

Description of DeleteScore ( ProtocolCallContext *, qUnsignedInt32, UniqueId )

Deletes scores in the specified category. This function can only be used to delete scores that have the same principal ID as the score of the local host.

Description of DeleteScore ( ProtocolCallContext *, UniqueId )

This function can only be used to delete scores that have the same principal ID as the score of the local host.


CONFIDENTIAL