#include <revolution/nwc24.h>
NWC24Err NWC24GetDlPriority( const NWC24DlTask* taskPublic, u8* priority );
Gets the priority of a download task.
taskPublic |
Pointer to the download task. |
priority |
Pointer to the location where the priority of the download task will be stored. |
NWC24_OK: Obtained normally (A value is returned in *priority).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or priority is NULL, or else the download task is invalid.
2006/12/05 Initial version.
CONFIDENTIAL