nn::ubl::Entry Function

Syntax

nn::Result Entry(
     u64 id,
     nn::fnd::DateTime * dt
);

Arguments

Name Description
in id Author ID to register.
in dt Registration date and time.

Return Values

Returns the registration's operation result.

Description

Registers the specified ID and date/time in the blocked-user list, and writes it to system NAND memory.

The list can hold up to 1,000 registration entries. If the list is full and an entry is made, the new entry will replace the oldest entry on the list. An error does not occur.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL