#include <revolution/nwc24.h>
NWC24Err NWC24GetDlFlags( const NWC24DlTask* taskPublic, u32* flags );
Gets the flags for controlling the behavior of the download task. For details, see NWC24SetDlFlags.
taskPublic |
Pointer to the download task. |
flags |
Pointer to the location where the flags is stored. |
NWC24_OK: Obtained normally (A value is returned in *flags).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or flags is NULL, or else the download task is invalid.
2006/12/05 Initial version.
CONFIDENTIAL