NWC24ReadMsgMBDelay

Syntax

#include <revolution/nwc24.h>
NWC24Err NWC24ReadMsgMBDelay( const NWC24MsgObj* obj, u8* delayHours );

Description

Reads the Wii Message Board setting of a message (the period of time that the message is not displayed).

Arguments

obj Message object from which settings are to be extracted.
delayHours Pointer to the variable that stores the delay time, in hours.

Return Values

NWC24_OK: Normal exit (the time to suppress display is returned in *delayHours).
NWC24_ERR_LIB_NOT_OPENED: Library not open.
NWC24_ERR_PROTECTED: Message object cannot be read.
NWC24_ERR_FORMAT: Incorrect format used for the information that was set.
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.

See Also

Revision History

2008/01/17 Added return values that had been omitted.
2006/10/06 Initial version.


CONFIDENTIAL