nn::applet::CTR::GetStartupArgument Function
bool GetStartupArgument(
void * pParam,
size_t paramSize = NN_APPLET_PARAM_BUF_SIZE
);
| Name | Description | |
|---|---|---|
| out | pParam |
Buffer to get data |
| in | paramSize |
The size of the parameter to get data. |
false if the data could not be obtained. Gets the data that was specified when RestartApplication was called.
In a Debug/Development build, execution will stop at an assert statement if pParam is NULL. In a Release build, this function returns false because it cannot get data.
NULL is specified for the pParam argument.CONFIDENTIAL