#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 |
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 reply OFF flag settings are 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.
NWC24_ERR_NAND_CORRUPT: Fatal corruption of Wii console NAND memory.
NWC24_ERR_INTERNAL_VF: VF error caused by an internal function call.
2008/01/17 Added return values that had been omitted.
2006/10/06 Initial version.
CONFIDENTIAL