NWC24GetDlCount

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlCount( const NWC24DlTask* taskPublic, s16* count );

Description

Gets the remaining download count.

Arguments

taskPublic Pointer to the download task.
count Pointer to the location where the remaining download count is stored.

Return Values

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.

See Also

NWC24SetDlCount

Revision History

2006/12/05 Initial version.


CONFIDENTIAL