#include <revolution/nwc24.h>
NWC24Err NWC24ReadMsgMBNoReply( const NWC24MsgObj* obj, BOOL* noReply );
Reads Wii Message Board setting of a message (reply OFF flag from the user).
When NWC24_OK is returned, replies from the user are turned off if *noReply is set to TRUE.
obj |
The message object from which settings are to be extracted. |
noReply |
Pointer to a variable storing the reply from the user OFF flag. |
NWC24_OK: Normal exit (the setting of the reply OFF flag is returned in *noReply).
NWC24_ERR_LIB_NOT_OPENED: Library not open.
NWC24_ERR_PROTECTED: Message object cannot be read.
NWC24_ERR_FILE_*: Internal file operation error.
2006/10/06 Initial version.
CONFIDENTIAL