nn::cfg::CTR::GetSimpleAddress Function

Syntax

#include <nn/cfg.h>
void GetSimpleAddress(
     SimpleAddress * pSimpleAddress
);

Arguments

Name Description
out pSimpleAddress Stores the obtained address information.

Return Values

None.

Description

Gets address information.

The size of the SimpleAddress structure is at least 4 KB. Be careful not to exhaust the stack if it is allocated on the stack. The country and region names in the simple address information are guaranteed to be NULL terminated.

Revision History

2010/05/27
Initial version.

CONFIDENTIAL