NWC24SetMsgIconNewSign

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24SetMsgIconNewSign( NWC24MsgObj* obj, BOOL enable );

Description

Specifies to a message whether a new arrival should be indicated using a channel icon in Wii Menu.
When in the Inbox there exists a message for which the setting has been enabled by this function, a layout to indicate a new arrival is displayed with a channel icon when Wii Menu starts. Using this feature, it is possible to notify the user of the arrival of a new message before an application is started.

Caution:

Arguments

obj Pointer to the message object to be set.
enable Setting to enable and disable new arrival indication with a channel icon (disabled by default).

Return Values

NWC24_OK: Normal exit.
NWC24_ERR_PROTECTED: Cannot change message object.
NWC24_ERR_NOT_SUPPORTED: The message format in which the new arrival indication setting is not available.

See Also

NWC24InitMsgObj, NWC24CommitMsg

Revision History

2007/07/26 Initial version.


CONFIDENTIAL