#include <nitro/rtc.h>
typedef void ( *RTCCallback )(
RTCResult result,
void* arg );
result | Pointer to RTCResult that indicates the results of an asynchronous process. |
arg | Argument specified when calling an asynchronous function. |
None.
This is the syntax for the user callback function called at the completion of an asynchronous real time clock process. The RTCResult enumeration type process result is passed to the result
argument, and the argument that is specified when calling an asynchronous function is passed to the arg
argument.
2004/05/18 Initial version.
CONFIDENTIAL