

#include <nitro/wxc.h>typedef void (*WXCCallback) (WXCStateCode stat, void *arg);
The prototype declaration of the callback format used in the WXC library.
The arguments are described below:
| stat | Indicates the value of the WXCStateCode enumerated type that indicates the callback notification type. |
| arg | Argument that keeps different information for each callback notification type. For the argument descriptions of individual notification types, see WXCStateCode. |
WXCStateCode
WXC_Init WXC_RegisterCommonData
2006/08/10 Corrected links.
2005/08/04 Initial version.
CONFIDENTIAL