#include <nitro/wfs.h>
typedef void (*WFSEventCallback)(void *context, WFSEventType event, void *argument);
This prototype declaration represents the callback format used in the WFS library. The arguments are described below:
context | Pointer to a WFSServerContext or WFSClientContext structure |
event | The value of the WFSEventType enumerated type that indicates the callback notification type. |
argument | Argument that keeps different information for each callback notification type. For the argument descriptions of individual notification types, see WFSEventType . |
WFS_InitServer, WFS_InitClient
2007/06/06 Initial version.
CONFIDENTIAL