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>NWC24EnableDlLaxParameterChecking</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>NWC24EnableDlLaxParameterChecking</H1> 12 13<H2>C Specification</H2> 14<DL> 15<DD><PRE><CODE>#include <revolution/nwc24.h></CODE></PRE> 16<DD><PRE><CODE>void NWC24EnableDlLaxParameterChecking( BOOL <VAR>enable</VAR> );</CODE></PRE> 17</DL> 18 19<H2>Description</H2> 20<P> 21Sets whether to loosen restrictions on some function parameters for debugging.<BR>The affected functions are as follows: 22</P> 23<DL> 24<DT>Update Check Interval</DT> 25<DD>This will be able to be set to a minimum of 1 minute.</DD> 26<DT>URL</DT> 27<DD>URLs normally starting with http:// will be able to be specified.</DD> 28</DL> 29<P class="caution"> 30Do not incorporate this into the retail version. 31</P> 32 33<H2>Arguments</H2> 34<TABLE border="1" cellpadding="3" cellspacing="0.1" class="argument"> 35 <TR> 36<TD class="name"><code><VAR>enable</VAR></code></TD> 37 <TD class="description"> 38Loosen parameter restrictions. 39 </TD> 40 </TR> 41</TABLE> 42 43<h2>Return Values</h2> 44<P> 45None. 46</P> 47 48<H2>See Also</H2> 49<P> 50</P> 51 52<H2>Revision History</H2> 53<P> 542006/12/05 Initial version. 55</P> 56 57<hr><p>CONFIDENTIAL</p></body> 58</HTML>