nn::cfg::CTR::IsAgreedEula Function

Syntax

#include <nn/cfg.h>

bool IsAgreedEula(
void
);

Arguments

None.

Return Values

Returns true when consent is given; otherwise, returns false.

Description

Obtains whether EULA consent was given.

Before calling this function, you must initialize the fs library by calling the nn::fs::Initialize function.
The application's EULA version is obtained within this function.
false is returned when the file icon is not configured.

Revision History

2010/11/18
Added an indication specific to getting the application's EULA information.
2010/11/10
Initial version.

CONFIDENTIAL