#include <revolution/nwc24.h>
NWC24Err NWC24GetDlParameter( NWC24DlTask* taskPublic, u32* param );
Gets the parameter value that was set in the task.
taskPublic |
Pointer to the download task. |
param |
Where the parameter value is stored. |
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.
NWC24SetDlParameter, NWC24GetDlTaskMineEx, NWC24GetDlTaskByAppIdEx, NWC24GetDlTaskIdByAppIdEx
2007/08/29 Initial version.
CONFIDENTIAL