nn::boss::NsData::Initialize Member Functionnn::Result Initialize( u32 serial );
| Name | Description | |
|---|---|---|
| in | serial | Specifies a serial ID. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Initialization successful. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Initializes NS data for the specified serial ID. (Running this function allows you to reuse instances that have been used before.)
CONFIDENTIAL