OS_GetAgreedEULAVersion

Syntax

#include <twl/os.h>

u8 OS_GetAgreedEULAVersion(void);

Arguments

None.

Return Values

The EULA version that the end user has agreed to. (This is a number between 0 and 255.)

Description

Gets the EULA version to which the console user has agreed.
You can use OS_IsAgreeEULA() to determine whether the end user has agreed to the EULA.

When a Wi-Fi Connection is initiated, the TWL-DWC automatically checks whether the user has agreed to the latest version of the End User License Agreement (EULA). Therefore, applications normally do not need to call this function.

See Also

OSOwnerInfoEx
OS_IsAgreeEULA

Revision History

2008/09/02 Initial version.


CONFIDENTIAL