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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>VFFinalize</title> 9</head> 10 11<body> 12 13<h1>VFFinalize</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19void VFFinalize(); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24None.</p> 25 26<h2>Return Values</h2> 27<p> 28None.</p> 29 30 31<H2>Description</H2> 32<p> 33Finalizes the VF library.<br> 34</p> 35 36<h2>See Also</h2> 37<code><a href="./VFInit.html">VFInit</a></code> 38 39<H2>Revision History</H2> 40<p> 412006/09/11<br>2007/05/08 Revised the Description. 42</p> 43 44 45<hr><p>CONFIDENTIAL</p></body> 46</html> 47