#include <nitro/wfs.h>typedef void (*WFSRequestClientReadDoneCallback)(WFSClientContext *context, BOOL succeeded, void *arg);
Declares the prototype for the completion callback used by WFS_RequestClientRead. The arguments are described below:
| context | Pointer to the WFSClientContext structure. |
| succeeded | TRUE if the request completed normally; FALSE if it failed. If WFS_EndClient is called while a request is in progress, it will fail. |
| arg | Optional argument specified to WFS_RequestClientRead. |
WFS_RequestClientRead, WFS_EndClient
2007/06/11 Initial version.
CONFIDENTIAL