NWC24GetDlOptOutFlags

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlOptOutFlags( NWC24DlTask* taskPublic, u8* optFlags );

Description

Gets the Opt-Out settings of a task.

A normal application does not need to use Opt-Out settings unless it has particular specifications.

Arguments

taskPublic Pointer to the download task.
optFlags Storage destination for the Opt-Out settings flags.

Return Values

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

See Also

NWC24SetDlOptOutFlags NWC24DeleteDlTasksForOptOut

Revision History

2007/12/03 Added a note stating that normal applications does not need to use this function.
2007/08/06 Initial version.


CONFIDENTIAL