#include <revolution/nwc24.h>
NWC24Err NWC24GetDlId( const NWC24DlTask* taskPublic, u16* id );
Gets the download task ID.
taskPublic |
Pointer to the download task. |
id |
Pointer to the location where the download task ID will be stored. |
NWC24_OK: Obtained normally (A value is returned in *id).
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_INVALID_VALUE: The value of either taskPublic or id is NULL, the download task is invalid.
NWC24_ERR_INVALID_OPERATION: The download task ID has not yet been determined.
2006/12/05 Initial version.
CONFIDENTIAL