nn::friends::CTR::UpdateGameModeDescription FunctionResult UpdateGameModeDescription( const char16 description[MODE_DESCRIPTION_SIZE] );
| Name | Description | |
|---|---|---|
| in | description[MODE_DESCRIPTION_SIZE] | Specifies a game mode description string. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultRmcNotCalled |
Process succeeded. Due to connection status and limitations of frequency of sending data, however, notification to the server and friends is delayed. |
ResultInvalidPointer |
Invalid pointer passed as argument. |
ResultNotInitialized |
The friend presence library is not initialized. |
| Other | Another result may be returned, depending on the internal state of the daemon and other factors. |
Updates the game mode description string.
CONFIDENTIAL