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
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.

Description

Updates the game mode description string.

Revision History

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

CONFIDENTIAL