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 if the specified element matches; otherwise, returns false.

Description

Determines whether the specified ID exists in blocked senders settings.

Currently, the title ID and the UGC data ID are ignored. Support for them is planned for the future.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL