#include <nitro/rtc.h>typedef void ( *RTCCallback )(
RTCResult result,
void* arg );
This is the syntax for the user callback function called at the completion of an asynchronous real time clock process.
| result | Pointer to RTCResult that indicates the results of an asynchronous process. |
| arg | User context |
None
05/18/2004 Initial Version