nn::friends::CTR::UpdateGameModeDescription Function

Syntax

Result UpdateGameModeDescription(
     const char16 description[MODE_DESCRIPTION_SIZE]
);

Arguments

Name Description
in description[MODE_DESCRIPTION_SIZE] Specifies a game mode description string.

Return Values

Returns the result of the operation.

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.

Description

Updates the game mode description string.

Revision History

2011/03/11
Added specific examples of return values.
2010/08/16
Initial version.

CONFIDENTIAL