#include <twl/os.h>
BOOL OS_IsParentalControledApp(u8* appRatingInfo);
appRatingInfo | Pointer to the rating info. (The 16 bytes embedded at offset 0x2F0 in the application's ROM header contain the rating information.) |
If TRUE, indicates that the Parental Controls should be applied and that the application should prompt the user to enter the PIN.
If FALSE, indicates that the application can be booted without applying any restrictions.
Determines whether Parental Controls should be applied when an application is started up.
appRatingInfo is a pointer to the rating information, which is embedded at offset 0x2F0
within the application ROM's header.
2008/09/02 Initial version.
CONFIDENTIAL