WFSRequestClientReadDoneCallback

Definition

#include <nitro/wfs.h>

typedef void (*WFSRequestClientReadDoneCallback)(WFSClientContext *context, BOOL succeeded, void *arg);

Description

Declares the prototype for the completion callback used by WFS_RequestClientRead. The arguments are described below:

Elements

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.

See Also

WFS_RequestClientRead, WFS_EndClient

Revision History

2007/06/11 Initial version.


CONFIDENTIAL