nn::voicesel::CTR::InitializeParameter Function
void InitializeParameter(
Parameter * pParameter
);
| Name | Description | |
|---|---|---|
| out | pParameter |
Parameter structure initialized to its default values. |
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)
CONFIDENTIAL