NWC24GetDlServerInterval

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlServerInterval( const NWC24DlTask* taskPublic, u32* min );

Description

Gets the server-side content update interval. (To be used in a future extension. Set values will be ignored.)

Arguments

taskPublic Pointer to the download task.
min Pointer to where the server-side content update interval is stored (in minutes).

Return Values

NWC24_OK: Obtained normally (A value is returned in *min).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or min is NULL, or else the download task is invalid.

See Also

NWC24SetDlServerInterval

Revision History

2006/12/05 Initial version.


CONFIDENTIAL