NWC24GetDlPriority

Syntax

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlPriority( const NWC24DlTask* taskPublic, u8* priority );

Description

Gets the priority of the download task.

Arguments

taskPublic Pointer to the download task.
priority Pointer to the location where the priority of the download task will be stored.

Return Values

NWC24_OK: Obtained normally (A value is returned in *priority).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or priority is NULL, or else the download task is invalid.

See Also

NWC24SetDlPriority

Revision History

2006/12/05 Initial version.


CONFIDENTIAL