NWC24GetDlFlags

C Specification

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

Description

Gets the flags for controlling the behavior of the download task. For details, see NWC24SetDlFlags.

Arguments

taskPublic Pointer to the download task.
flags Pointer to the location where the flags is stored.

Return Values

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.

See Also

NWC24SetDlFlags

Revision History

2006/12/05 Initial version.


CONFIDENTIAL