#include <revolution/vf.h>
typedef void (*VFTimeStampCallback)( VFTime* time );
VFTimeStampCallback VFSetTimeStampCallback( VFTimeStampCallback* callback );
callback |
The timestamp callback. |
Returns the previously configured timestamp callback. The default is for nothing to have been configured, thus returning NULL.
This 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.
2007/04/27 Initial version.
CONFIDENTIAL