Initialize

nn::boss::NsData::Initialize Member Function

Syntax

nn::Result Initialize(
     u32 serial
);

Parameters

Name Description
in serial Specifies a serial ID.

Return Values

Returns the function's execution result. Returns one of the 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).

Description

Initializes NS data for the specified serial ID. (Running this function allows you to reuse instances that have been used before.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL