#include <nitro/wvr.h>
typedef void ( *WVRCallbackFunc )( void *arg , WVRResult result );
arg | This is the argument designated when an asynchronous function is called. |
result | This is the value of WVRResult enumerated type, which shows the results of the asynchronous process. |
None.
This is the format of the user callback function called when the asynchronous process started by the WVR asynchronous operation function completes. It takes an optional value designated when the asynchronous process starts, or the processing results as its argument.
02/16/2005 Initial version