VFSetTimeStampCallback

C Specification


#include <revolution/vf.h>

typedef void (*VFTimeStampCallback)( VFTime* time );

VFTimeStampCallback VFSetTimeStampCallback( VFTimeStampCallback* callback );

Arguments

callback The timestamp callback.

Return Values

Returns the previously configured timestamp callback.
The default is for nothing to have been configured, thus returning NULL.

Description

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.

See Also

VFTime

Revision History

2007/04/27 Initial version.


CONFIDENTIAL