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 |
|---|---|
ResultSuccess |
Process succeeded. |
ResultRmcNotCalled |
Process succeeded. However, notifications to the server and friends may be delayed by the connection state and by restrictions on how often data can be sent. |
ResultInvalidPointer |
An invalid pointer was passed in as an argument. |
ResultNotInitialized |
The friend presence library has not been initialized. |
| Other | Some other result may be returned as a result of factors such as the daemon's internal state. |
Updates the game mode description string.
CONFIDENTIAL