#include <revolution/nwc24.h>
NWC24Err NWC24SetMsgMBNoReply( NWC24MsgObj* obj, BOOL noReply );
Turns off the reply from user feature when messages are handled by the Wii Message Board.
obj |
Pointer to the message object to be set. |
noReply |
Passes TRUE when the reply from user feature is turned off. |
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.
2006/10/06 Initial version.
CONFIDENTIAL