1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9 10<!-- �^�C�g���� --> 11<TITLE>SCSetProgressiveMode</TITLE> 12 13</HEAD> 14 15<BODY> 16 17 18<!-- �^�C�g���� --> 19<H1>SCSetProgressiveMode</H1> 20 21 22 23<H2>C Specification</H2> 24<pre><code>#include <revolution/sc.h> 25 26#define SC_PROGRESSIVE_MODE_OFF 0u 27#define SC_PROGRESSIVE_MODE_ON 1u 28 29BOOL SCSetProgressiveMode(u8 mode); 30</code></pre> 31 32 33<H2>Arguments</H2> 34<TABLE border="1" cellpadding="3" cellspacing="0.1"> 35 <TBODY> 36 <TR> 37<TD width="30%" bgcolor="#ffffe8"><em><strong><code><em><strong><code>mode</code></strong></em></code></strong></em></TD> 38<TD width="*">One <CODE>SC_PROGRESSIVE_MODE_*</CODE> value.</TD> 39 </TR> 40 </TBODY> 41</TABLE> 42 43<H2>Return Values</H2> 44<P>Returns <code>TRUE</code> if the setting change succeeds. Returns FALSE if it fails.</P> 45 46<H2>Description</H2> 47<P>Changes the progressive mode setting.</P> 48 49<H2>See Also</H2> 50<P><A href="SCGetProgressiveMode.html"><code>SCGetProgressiveMode</code></A></P> 51 52<H2>Revision History</H2> 53<P>05/29/2006 Initial version.</P> 54 55</BODY> 56</HTML> 57