nn::cfg::CTR::GetSimpleAddress Function#include <nn/cfg.h>
void GetSimpleAddress(
SimpleAddress * pSimpleAddress
);
| Name | Description | |
|---|---|---|
| out | pSimpleAddress | Stores the obtained address information. |
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.
CONFIDENTIAL