nn::voicesel::CTR::Input

nn::voicesel::CTR::Input Structure

Syntax

struct Input
{
   wchar_t titleText[MAX_TITLE_LENGTH+1];
   FilterFillType filterFillType;
};

Description

Parameter structure to pass to the applet.

Used as a member variable of the Parameter structure. You must always call the InitializeParameter function to initialize this structure before setting its member variables.

Member Constants

Other
S MAX_TITLE_LENGTH const size_t The maximum number of characters in the title text. (You must confirm separately that this maximum number fits in the display.)

Member Variables

Input
titleText wchar_t The title text.
filterFillType FilterFillType Filter condition (the fill level).

Revision History

2011/08/24
Initial version.

CONFIDENTIAL