nn::cfg::CTR::GetUserName Function

Syntax

#include <nn/cfg.h>

void GetUserName(
     UserName * pUserName
);

Parameters

Name Description
out pUserName Stores the obtained user name and profanity flag.

Return Values

None.

Description

Gets the user name.

The retrieved user name is guaranteed to be NULL terminated.

Revision History

2010/05/27
Initial version.

CONFIDENTIAL