#include <revolution/nwc24.h>
NWC24Err NWC24GetNumRegDlTasks( u32* numTasks );
Gets the total number of registered download tasks. Developers do not need to be particularly conscious of this number. Use for debugging.
numTasks |
Storage location for the total number of registered download tasks. |
NWC24_OK: Obtained normally (a value is returned in *numTasks).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of numTasks is NULL.
2007/07/25 Initial version.
CONFIDENTIAL