#include <revolution/nwc24.h>
NWC24Err NWC24GetDlRootCA( const NWC24DlTask* taskPublic, u8* rootCaId );
Gets the RootCA ID set for a download task.
taskPublic |
Pointer to the download task. |
rootCaId |
Pointer to the storage location for the RootCA ID. |
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 rootCaId is NULL, or else the download task is invalid.
2007/07/25 Initial version.
CONFIDENTIAL