NWC24GetDlParameter

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlParameter( NWC24DlTask* taskPublic, u32* param );

Description

Gets the parameter value that was set in the task.

Arguments

taskPublic Pointer to the download task.
param Where the parameter value is stored.

Return Values

NWC24_OK: Normal termination.
NWC24_ERR_LIB_NOT_OPENED: The library is not open.
NWC24_ERR_INVALID_VALUE: The value of taskPublic or param is NULL or the download task is invalid.

See Also

NWC24SetDlParameter, NWC24GetDlTaskMineEx, NWC24GetDlTaskByAppIdEx, NWC24GetDlTaskIdByAppIdEx

Revision History

2007/08/29 Initial version.


CONFIDENTIAL