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 users settings, and writes it to the expanded save data region.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL