WPADGetGameDataTimeStamp

Syntax

#include <revolution/wpad.h>

s32 WPADGetGameDataTimeStamp( s32 chan, OSTime *time );

Arguments

chan One of the WPAD_CHANn values.
time A pointer that copies the time stamp recorded as the game data's file information.

Return Values

Returns one of the following codes:

WPAD_ERR_NONE
WPAD_ERR_INVALID

Description

Gets the date and time when the game data was last saved in the Wii Remote's internal memory.

WPAD_ERR_NONE is returned when the date and time are gotten correctly. WPAD_ERR_INVALID is returned when the file information is broken or the file has not been saved.

See Also

WPADWriteGameData, WPADReadGameData

Revision History

2005/08/15 Initial version.


CONFIDENTIAL