1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>NWC24ClearDlKeys</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<LINK rel="stylesheet" type="text/css" href="../nwc24.css"> 9</HEAD> 10<BODY> 11<H1>NWC24ClearDlKeys</H1> 12 13<H2>C Specification</H2> 14<DL> 15<DD><PRE><CODE>#include <revolution/nwc24.h> 16 17<A HREF="../Types/NWC24Err.html">NWC24Err</A> NWC24ClearDlKeys( void );</CODE></PRE> 18</DL> 19 20<H2>Description</H2> 21<P> 22Deletes the keys that were set for an application. Internally, the key management file that exists in the home directory is deleted. 23</P> 24 25 26<h2>Return Values</h2> 27<P> 28<code>NWC24_OK</code>: Ended normally.<BR> <code>NWC24_ERR_LIB_NOT_OPENED</code>: The library has not been opened.<BR> <code>NWC24_ERR_FILE_*</code>: Error related to internal file operations.<BR> <code>NWC24_ERR_FATAL</code>: A fatal error has occurred.<BR> 29</P> 30 31<H2>See Also</H2> 32<P> 33</P> 34 35<H2>Revision History</H2> 36<P> 372007/07/25 Initial version. 38</P> 39 40<hr><p>CONFIDENTIAL</p></body> 41</HTML>