NWC24ClearDlKeys

C Specification

#include <revolution/nwc24.h>

NWC24Err NWC24ClearDlKeys( void );

Description

Deletes the keys that were set for an application. Internally, the key management file that exists in the home directory is deleted.

Return Values

NWC24_OK: Ended normally.
NWC24_ERR_LIB_NOT_OPENED: The library has not been opened.
NWC24_ERR_FILE_*: Error related to internal file operations.
NWC24_ERR_FATAL: A fatal error has occurred.

See Also

Revision History

2007/07/25 Initial version.


CONFIDENTIAL