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