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 name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>DEMOReInit</title> 10</head> 11 12<body> 13 14<h1 align="left">DEMOReInit</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><CODE>#include <demo.h></CODE></pre> 21 </dd> 22<dd><pre><CODE>void DEMOReInit(<A href="../gx/Structures/GXRenderModeObj.html">GXRenderModeObj</A>* mode)</CODE></pre> 23 </dd> 24</dl><h2>Arguments</h2> 25<TABLE border="1" cellpadding="3" cellspacing="0.1"> 26 <tr> 27<TD width="120" bgcolor="#ffffe8"><em><strong><CODE>mode</CODE></strong></em></TD> 28<TD width="520"><A href="../gx/Framebuffer/RenderMode.html">Render mode</A></TD> 29 </tr> 30</TABLE> 31<h2>Return Values</h2> 32 33<p>None.</p> 34<H2>Description</H2> 35<P>This function reinitializes the DEMO library. Usually, this function is needed to change the screen mode that was specified with the <code>DEMOInit</code> function. For example, you may want to change to progressive mode after initializing the DEMO library in interlace mode.</P> 36<P><b>Caution:</b><BR>Do not call the <code>DEMOReInit</code> function if the screen mode is larger than the one specified with the <code>DEMOInit</code> function. The <code>DEMOReInit</code> function does not reallocate the frame buffer; therefore, specifying a screen mode that requires a larger frame buffer will corrupt memory.</P> 37 38 39 40 41<h2>See Also</h2> 42<p><A href="DEMOInit.html"><CODE>DEMOInit</CODE></A></p> 43 44<H2>Revision History</H2> 45<P>03/01/2006 Initial version.</P> 46</body> 47</html>