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>VFSetTimeStampCallback</title> 9</head> 10 11<body> 12 13<h1>VFSetTimeStampCallback</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19typedef void (*VFTimeStampCallback)( VFTime* time ); 20 21VFTimeStampCallback VFSetTimeStampCallback( VFTimeStampCallback* callback ); 22</code></pre></dd></dl> 23 24<h2>Arguments</h2> 25<p> 26<TABLE border="1" > 27 <tr> 28<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>callback</EM></STRONG></CODE></TD> 29<TD width="520">The timestamp callback.</TD> 30 </tr> 31</TABLE> 32</p> 33 34<h2>Return Values</h2> 35<PRE> 36Returns the previously configured timestamp callback. 37The default is for nothing to have been configured, thus returning NULL. 38</PRE> 39 40 41<H2>Description</H2> 42<p> 43This configures the timestamp callback function. Configure every element in the callback: year, month, day, hour, minute, and second. To return the default timestamp function, specify NULL for the argument. The configured callback function is valid for all drives. 44</p> 45 46<h2>See Also</h2> 47<p> 48<code><a href="./VFTime.html">VFTime</a></code> 49</p> 50 51<H2>Revision History</H2> 52<p>2007/04/27 Initial version.</p> 53 54 55<hr><p>CONFIDENTIAL</p></body> 56</html> 57