NWC24GetDlRootCA

C Specification

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

Description

Gets the RootCA ID set for a download task.

Arguments

taskPublic Pointer to the download task.
rootCaId Pointer to the storage location for the RootCA ID.

Return Values

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.

See Also

Revision History

2007/07/25 Initial version.


CONFIDENTIAL