OS_GetOwnerInfo


C Specification

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

Description

This function acquires the owner information that is input by the end user and that is stored in the Nintendo DS.

Arguments

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

Return Values

None.

See Also

OS_GetMacAddress, OS_GetOwnerRtcOffset

Revision History

09/03/2004 Initial version