nn::voicesel::CTR::Output Structurestruct Output
{
ReturnCode returnCode;
wchar_t filePath[MAX_FILE_PATH_LENGTH+1];
};
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.
| Other | |||
|---|---|---|---|
| S |
MAX_FILE_PATH_LENGTH
|
const size_t |
The maximum number of characters in the file path. |
| Output | |||
|---|---|---|---|
returnCode
|
ReturnCode |
Return code. | |
| filePath | wchar_t |
The file path (a null-terminated string) for the selected audio clip. | |
CONFIDENTIAL