#include <revolution/nwc24.h>
NWC24Err NWC24SetDlFlags( NWC24DlTask* taskPublic, u32 flags );
Sets the flags for controlling the behavior of the download task.
taskPublic |
Pointer to the download task to be set. | ||||||||||||
flags |
Valid flags.
|
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, the download task is invalid, or the specification of flags is invalid.
2007/06/06 Added descriptions of new flags.
2006/12/05 Initial version.
CONFIDENTIAL