nn::voicesel::CTR::Input Structurestruct Input
{
wchar_t titleText[MAX_TITLE_LENGTH+1];
FilterFillType filterFillType;
};
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.
| 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.) |
| Input | |||
|---|---|---|---|
| titleText | wchar_t |
The title text. | |
| filterFillType | FilterFillType |
Filter condition (the fill level). | |
CONFIDENTIAL