NWC24SetMsgMBNoReply

C Specification

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

Description

Turns off the reply from user feature when messages are handled by the Wii Message Board.

Arguments

obj Pointer to the message object to be set.
noReply Passes TRUE when the reply from user feature is turned off.

Return Values

NWC24_OK: Normal exit.
NWC24_ERR_PROTECTED: Cannot change message object.
NWC24_ERR_NOT_SUPPORTED: A message type other than that used by the Wii Message Board is specified for obj.

See Also

NWC24InitMsgObj

Revision History

2006/10/06 Initial version.


CONFIDENTIAL