NWC24GetNumRegDlTasks

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetNumRegDlTasks( u32* numTasks );

Description

Gets the total number of registered download tasks. Developers do not need to be particularly conscious of this number. Use for debugging.

Arguments

numTasks Storage location for the total number of registered download tasks.

Return Values

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.

See Also

NWC24GetNumDlTasks

Revision History

2007/07/25 Initial version.


CONFIDENTIAL