NWC24ReadMsgMBRegDate

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24ReadMsgMBRegDate( const NWC24MsgObj* obj, u16* year, u8* month, u8* day );

Description

Reads the calendar date set for messages on the Wii Message Board (date registered on the message board).

Arguments

obj The message object from which settings are to be extracted.
year Pointer to the variable storing the year to be registered on the calendar
month Pointer to the variable storing the month to be registered on the calendar.
day Pointer to the variable storing the day to be registered on the calendar.

Return Values

NWC24_OK: Normal exit (the data to be registered on the calendar for *year, *month, *day is returned).
NWC24_ERR_LIB_NOT_OPENED: The library is not open.
NWC24_ERR_PROTECTED: The message object cannot be read.
NWC24_ERR_FORMAT: The format of information that has been set is incorrect.
NWC24_ERR_FILE_*: Error related to internal file operations.

See Also

Revision History

2006/10/06 Initial version.


CONFIDENTIAL