nn::ubl::IsExist Function
bool IsExist(
u64 authorId,
u32 titleId,
u64 dataId
);
| Name | Description | |
|---|---|---|
| in | authorId | User ID to search for. |
| in | titleId | Title ID to search for. |
| in | dataId | UGC data ID to search for. |
true is the specified element matches; otherwise returns false. 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.
CONFIDENTIAL