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="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>GX_ResetCapture</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">GX_ResetCapture <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 15<H2>Syntax</H2> 16 17<dl> 18 <dd> 19<PRE><CODE>#include <nitro/gx/gx_capture.h> 20 21void GX_ResetCapture( void );<BR></CODE></PRE> 22 </dd> 23</dl><h2>Arguments</h2> 24<P>None.</P> 25<h2>Return Values</h2> 26<p>None.</p> 27<H2>Description</H2> 28<P>Turns OFF the capture enable flag of the display capture control register. After completing the capture, the capture enable register automatically becomes OFF, and normally it is not necessary to explicitly reset with this function. 29</P> 30<H2>Notes</H2> 31<ul> 32<li>Once display capture has begun at Line 0, this function cannot abort the capture process. To cancel the capture, cancel it before the capturing operation starts.</li> 33<li>In the LCD OFF state, some of the circuitry clocks in the GX are stopped, so the settings of this function are ignored.</li> 34</ul> 35<h2>See Also</h2> 36<P><A href="GX_SetCapture.html"><CODE>GX_SetCapture</CODE></A></P> 37<H2>Revision History</H2> 38<P> 392009/02/25 Noted that the settings are ignored when state is LCD OFF. <br /> 2005/01/05 Initial version. 40</P> 41<hr><p>CONFIDENTIAL</p></body> 42</html> 43