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>VFGetLastError</title> 9</head> 10 11<body> 12 13<h1>VFGetLastError</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19typedef s32 VFErr; 20 21VFErr VFGetLastError( void ); 22</code></pre></dd></dl> 23 24<h2>Arguments</h2> 25<p> 26None. 27</p> 28 29<h2>Return Values</h2> 30<p> 31<PRE> 32<code><a href="./VFErr.html">VFErr</a></code> 33</PRE> 34<p> 35 36 37<H2>Description</H2> 38<p> 39<PRE> 40Gets the last VF error. 41</PRE> 42</p> 43 44<h2>See Also</h2> 45 46<H2>Revision History</H2> 47<p>2006/04/26 Release.</p> 48 49 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52