nn::ubl::IsExist Function
bool IsExist(
u64 authorId,
u32 titleId,
u8 * 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 if found; false if not found. 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.
CONFIDENTIAL