#include <revolution/nwc24.h>
NWC24Err NWC24ReadMsgMBDelay( const NWC24MsgObj* obj, u8* delayHours );
Reads the Wii Message Board setting of a message (the period of time that the message is not displayed).
obj |
The message object from which settings are to be extracted. |
delayHours |
Pointer to the variable that stores the delay time, in hours. |
NWC24_OK: Normal exit (* the delay time in hours 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 set information.
NWC24_ERR_FILE_*: Internal file operation error.
2006/10/06 Initial version.
CONFIDENTIAL