#include <revolution/nwc24.h>
NWC24Err NWC24GetScheduleSpan( u32* pMailSpan, u32* pDownloadSpan );
Gets the processing interval set in the current automatic scheduler.
pMailSpan |
A pointer to the variable that gets the mail sending/receiving process interval. |
pDownloadSpan |
A pointer to the variable that gets the download process interval. |
NWC24_OK: Ended normally (values will be returned in *pMailSpan and *pDownloadSpan).
NWC24_ERR_FATAL: A fatal error occurred.
NWC24_ERR_INTERNAL_IPC: Problem with internal processing.
NWC24_ERR_INPROGRESS: The scheduler has not been launched.
NWC24_ERR_LIB_OPENED: Operation not possible because the library is in use.
NWC24_ERR_BUSY: Operation not possible due to another process.
2006/12/05 Initial version.
CONFIDENTIAL