NWC24SetDlServerInterval

C Specification

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

Description

Sets the server-side content update interval for the download task.

The scheduler may draw on this information when a download task is run.

Arguments

taskPublic Pointer to the download task.
min Server-side content update interval (in minutes).

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_PROTECTED: The download task is write protected.
NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, or the download task is invalid.

See Also

NWC24GetDlServerInterval

Revision History

2006/12/05 Initial version.


CONFIDENTIAL