OS_GetOwnerInfo
#include <nitro/os.h>
void OS_GetOwnerInfo( OSOwnerInfo* info );
OS_GetOwnerInfoEx
#include <twl/os.h>
void OS_GetOwnerInfoEx( OSOwnerInfoEx* info );
info | Specifies a pointer to the buffer that is used for acquiring owner information. |
None.
Gets owner information that is entered by the end user and stored on a NITRO or TWL console.
If you want to get owner information in NITRO mode, use the OS_GetOwnerInfo
function. If you want it in TWL mode, use the OS_GetOwnerInfoEx
function.
You can also use the OS_GetOwnerInfoEx
function to get owner information if HYBRID ROM is running on a NITRO console.
OS_GetMacAddress, OS_GetOwnerRtcOffset
2008/09/02 Added OS_GetOwnerInfoEx
.
2004/09/03 Initial version.
CONFIDENTIAL