nn::cfg::CTR::GetSimpleAddress Function#include <nn/cfg.h>
void GetSimpleAddress(
SimpleAddress * pSimpleAddress
);
| Name | Description | |
|---|---|---|
| out | pSimpleAddress | Stores the obtained simple address information. |
Gets the simple address information (such as the country and region name) that has been set by System Settings.
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.
CONFIDENTIAL