#include <revolution/sc.h>
#define SC_OWNER_NICKNAME_LENGTH_MAX 10
typedef struct {
u16 name[SC_OWNER_NICKNAME_LENGTH_MAX]; // not zero-terminated
u16 length;
} SCOwnerNickNameInfo;
Structure that maintains the console nickname information entered by the end user.
| Members | Description |
name |
Nickname string. Character format is Unicode (UTF16). No terminating character. |
length |
Number of characters in the nickname. |
2006/08/22 Initial version.
CONFIDENTIAL