NWC24InitDlTask

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24InitDlTask( NWC24DlTask* taskPublic, NWC24DlType type );

Description

Initializes a download task.

Arguments

taskPublic Pointer to the download task.
type The type of download task.

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, or else an invalid value was specified for type.
NWC24_ERR_FATAL: A fatal error occurred.

See Also

Revision History

2006/12/05 Initial version.


CONFIDENTIAL