nn::ubl::IsExist Function

Syntax

bool IsExist(
     u64 authorId,
     u32 titleId,
     u64 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 is the specified element matches; otherwise returns false.

Description

Determines whether the specified ID exists in the blacklist.

Currently only searches the local blacklist. In other words the title ID and the UGC data ID are ignored. Support at the global level is planned for the future.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL