OS_GetOwnerInfo[Ex]

Syntax

OS_GetOwnerInfo

#include <nitro/os.h>
void OS_GetOwnerInfo( OSOwnerInfo* info );
  


OS_GetOwnerInfoEx

#include <twl/os.h>
void OS_GetOwnerInfoEx( OSOwnerInfoEx* info );
  

Arguments

info Specifies a pointer to the buffer that is used for acquiring owner information.

Return Values

None.

Description

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.

See Also

OS_GetMacAddress, OS_GetOwnerRtcOffset

Revision History

2008/09/02 Added OS_GetOwnerInfoEx.
2004/09/03 Initial version.


CONFIDENTIAL