nn::voicesel::CTR::Output

nn::voicesel::CTR::Output Structure

Syntax

struct Output
{
ReturnCode returnCode;
wchar_t filePath[MAX_FILE_PATH_LENGTH+1];
};

Description

Parameter structure received from the applet.

Used as a member variable of the Parameter structure. You must always initialize it first using the InitializeParameter function.

Member Constants

Other
S MAX_FILE_PATH_LENGTH const size_t The maximum number of characters in the file path.

Member Variables

Output
returnCode ReturnCode Return code.
filePath wchar_t The file path (a null-terminated string) for the selected audio clip.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL