NWC24ClearDlError

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24ClearDlError( const NWC24DlTask* taskPublic );

Description

Clears the error history information recorded in a download task.

Arguments

taskPublic Pointer to the download task.

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of taskPublic is NULL, or the download task is invalid.

See Also

Revision History

2007/07/25 Initial version.


CONFIDENTIAL