nn::ubl::IsExist Function

Syntax

bool IsExist(
     u64 authorId,
     u32 titleId,
     u8 * dataId
);

Arguments

Name Description
in authorId User ID to search for.
in titleId Title ID to search for.
in dataId UGC data ID to search for.

Return Values

Returns true if found; false if not found.

Description

Determines whether the specified ID exists in the blacklist.

This searches the local blacklist when titleId is 0 and dataId is NULL. Otherwise, this searches the global blacklist.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL