1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>VIFlush</title>
9</head>
10
11<body>
12
13<h1 align="left">VIFlush</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/vi.h&gt;
18
19void VIFlush(void);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>None.</p>
24
25<h2>Return Values</h2>
26<p>None.</p>
27
28<h2>Description</h2>
29<p>This function sets an internal flag to allow the VI setting changes made so far to take effect from the next field. This function must be called after one of the following functions are called: <a href="VIConfigure.html"><code>VIConfigure</code></a>, <a href="VIConfigurePan.html"><code>VIConfigurePan</code></a>, <a href="VISetNextFrameBuffer.html"><code>VISetNextFrameBuffer</code></a>, <a href="VISetBlack.html"><code>VISetBlack</code></a>, <a href="VISetTrapFilter.html"><code>VISetTrapFilter</code></a>, or <a href="VISetGamma.html"><code>VISetGamma</code></a>.</p>
30
31<h2>See Also</h2>
32<P class="reference">
33<a href="VIConfigure.html">VIConfigure</a>,
34<a href="VIConfigurePan.html">VIConfigurePan</a>,
35<a href="VISetNextFrameBuffer.html">VISetNextFrameBuffer</a>,
36<a href="VISetBlack.html">VISetBlack</a>,
37<a href="VISetTrapFilter.html">VISetTrapFilter</a>,
38<a href="VISetGamma.html">VISetGamma</a>
39</p>
40
41<h2>Revision History</h2>
42<P>
432006/03/01 Initial version.<br>
44</p>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>