OS_IsAgreeEULA

Syntax

#include <twl/os.h>

BOOL OS_IsAgreeEULA(void);

Arguments

None.

Return Values

If TRUE, indicates that the EULA has been agreed to on this console unit.

If FALSE, indicates that the EULA has not yet been agreed to.

This function always returns FALSE if the application is not running on a TWL.

Description

Determines whether the EULA has been agreed to on this console unit.

To get the version of the EULA that has been agreed to, call the OS_GetAgreedEULAVersion() function.

See Also

OSOwnerInfoEx, OS_GetAgreedEULAVersion()

Revision History

2008/09/02 Initial version.


CONFIDENTIAL