NWC24SetDlCount

C Specification

#define NWC24_DL_COUNT_MIN                      (1)
#define NWC24_DL_COUNT_MAX                      (100)
#define NWC24_DL_COUNT_DEFAULT                  (1)

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

Description

Sets the remaining download count.

Arguments

taskPublic Pointer to the download task.
count The remaining download count.

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_PROTECTED: The download task is write protected.
NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, the download task is invalid, or the value specified in count exceeds the set range.

See Also

NWC24GetDlCount

Revision History

2006/12/05 Initial version.


CONFIDENTIAL