WXCCallback

Definition

#include <nitro/wxc.h>

typedef void (*WXCCallback) (WXCStateCode stat, void *arg);


Description

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.

See Also

WXCStateCode
WXC_Init WXC_RegisterCommonData

Revision History

2006/08/10 Corrected links.
2005/08/04 Initial version.


CONFIDENTIAL