nn::voicesel::CTR::InitializeParameter Function

Syntax

void InitializeParameter(
     Parameter * pParameter
);

Arguments

Name Description
out pParameter Parameter structure initialized to its default values.

Return Values

None.

Description

Initializes a parameter structure to its default values.

You must always initialize the nn::phtsel::CTR::Parameter structure using this function before using the structure.

This function sets the member variables of the nn::phtsel::CTR::Parameter structure to the values shown below.


            version                   = VERSION
    
            config.softwareReset      = true
            config.homeButton         = true
            input.titleText           = 0 (fill)
            input.filterFillType      = FILTER_FILL_TYPE_ALL
            
            output.returnCode         = RETURN_CODE_NONE
            output.filePath           = 0 (fill)
            

Revision History

2011/08/24
Initial version.

CONFIDENTIAL